mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
feat: add display mode selector to info page editor
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user