mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 13:36:23 +00:00
All the enabled layouts are now enlisted on the sidebar in accordance with config.ts
This commit is contained in:
@ -1,14 +1,22 @@
|
||||
export const config = {
|
||||
dashboard: {
|
||||
route: 'dashboard',
|
||||
defaultLayout: 'terminal-ide-vertical',
|
||||
enabledLayouts: [
|
||||
currentLayout: 'terminal-ide-web',
|
||||
enabledLayouts: new Set([
|
||||
'terminal-ide-web',
|
||||
'terminal-web',
|
||||
'web-only'
|
||||
]),
|
||||
allLayouts: new Set([
|
||||
'terminal-ide-web',
|
||||
'terminal-ide-vertical',
|
||||
'terminal-ide-horizontal',
|
||||
'terminal-only',
|
||||
'ide-only'
|
||||
]
|
||||
|
||||
'terminal-web',
|
||||
'ide-web-vertical',
|
||||
'ide-only',
|
||||
'web-only'
|
||||
]),
|
||||
},
|
||||
ide: {
|
||||
route: 'ide',
|
||||
|
Reference in New Issue
Block a user