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

@@ -4083,7 +4083,8 @@
"sortOrder": "Sort Order",
"icon": "Icon (emoji)",
"pageType": "Page Type",
"replacesTab": "Replaces Tab"
"replacesTab": "Replaces Tab",
"displayMode": "Visibility"
},
"replacesTabNone": "None",
"replacesTabOptions": {
@@ -4092,6 +4093,11 @@
"privacy": "Privacy",
"offer": "Offer"
},
"displayModes": {
"bot": "Bot only",
"web": "Web only",
"both": "Bot and web"
},
"replacesTabConflict": "already assigned",
"replacesTabWarning": "Another page already replaces this tab. It will be unassigned on save.",
"filter": {