mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-28 23:54:55 +00:00
Refactor sidebar components into modules
This commit is contained in:
12
src/data/sidebar-config.json
Normal file
12
src/data/sidebar-config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"cookie": {
|
||||
"name": "sidebar_state",
|
||||
"maxAgeSeconds": 604800
|
||||
},
|
||||
"keyboardShortcut": "b",
|
||||
"labels": {
|
||||
"toggleSidebar": "Toggle Sidebar",
|
||||
"sidebarTitle": "Sidebar",
|
||||
"sidebarDescription": "Displays the mobile sidebar."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user