feat: add display mode selector to info page editor

This commit is contained in:
Boris Kovalskii
2026-06-11 09:03:01 +10:00
parent e979aa8863
commit 04cbbb5e51
4 changed files with 45 additions and 4 deletions

View File

@@ -4628,7 +4628,8 @@
"sortOrder": "Порядок сортировки",
"icon": "Иконка (эмодзи)",
"pageType": "Тип страницы",
"replacesTab": "Заменяет таб"
"replacesTab": "Заменяет таб",
"displayMode": "Отображение"
},
"replacesTabNone": "Не заменяет",
"replacesTabOptions": {
@@ -4637,6 +4638,11 @@
"privacy": "Конфиденциальность",
"offer": "Оферта"
},
"displayModes": {
"bot": "Только бот",
"web": "Только веб",
"both": "Бот и веб"
},
"replacesTabConflict": "уже занят",
"replacesTabWarning": "Другая страница уже заменяет этот таб. При сохранении она будет снята.",
"filter": {