
* refactor: unify frontend and backend access control with shared page components * fix: role switch not show * chore: update title
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"page": {
|
|
"demos": {
|
|
"title": "Demos",
|
|
"access": {
|
|
"frontendControl": "Frontend Control",
|
|
"backendControl": "Backend Control",
|
|
"pageAccess": "Page Access",
|
|
"buttonControl": "Button Control",
|
|
"menuVisible403": "Menu Visible(403)",
|
|
"superVisible": "Visible to Super",
|
|
"adminVisible": "Visible to Admin",
|
|
"userVisible": "Visible to User"
|
|
},
|
|
"nested": {
|
|
"title": "Nested Menu",
|
|
"menu1": "Menu 1",
|
|
"menu2": "Menu 2",
|
|
"menu2_1": "Menu 2-1",
|
|
"menu3": "Menu 3",
|
|
"menu3_1": "Menu 3-1",
|
|
"menu3_2": "Menu 3-2",
|
|
"menu3_2_1": "Menu 3-2-1"
|
|
},
|
|
"outside": {
|
|
"title": "External Pages",
|
|
"embedded": "Embedded",
|
|
"externalLink": "External Link"
|
|
},
|
|
"fallback": { "title": "Fallback Page" },
|
|
"features": {
|
|
"title": "Features",
|
|
"hideChildrenInMenu": "Hide Menu Children",
|
|
"loginExpired": "Login Expired"
|
|
}
|
|
}
|
|
}
|
|
}
|