mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 14:36:23 +00:00
Layout changes finally work from backend commands
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
export const config = {
|
||||
dashboard: {
|
||||
route: 'dashboard',
|
||||
currentLayout: 'terminal-ide-web',
|
||||
currentLayout: 'ide-only',
|
||||
enabledLayouts: new Set([
|
||||
'terminal-ide-web',
|
||||
'terminal-web',
|
||||
'web-only'
|
||||
'terminal-only',
|
||||
'web-only',
|
||||
'ide-only'
|
||||
]),
|
||||
allLayouts: new Set([
|
||||
'terminal-ide-web',
|
||||
|
Reference in New Issue
Block a user