mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-26 14:44:55 +00:00
Merge pull request #29 from johndoe6345789/codex/refactor-sidebar.tsx-to-multiple-files
Refactor sidebar into per-component modules and extract config to JSON
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