mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-02 13:16:24 +00:00
Fix config variable not being JSON
This commit is contained in:
@ -2,7 +2,7 @@ export const config = {
|
||||
dashboard: {
|
||||
route: 'dashboard',
|
||||
currentLayout: 'terminal-ide-web',
|
||||
enabledLayouts: new Set([
|
||||
enabledLayouts: [
|
||||
'terminal-ide-web',
|
||||
'terminal-ide-vertical',
|
||||
'terminal-ide-horizontal',
|
||||
@ -11,8 +11,8 @@ export const config = {
|
||||
'ide-web-vertical',
|
||||
'ide-only',
|
||||
'web-only'
|
||||
]),
|
||||
allLayouts: new Set([
|
||||
],
|
||||
allLayouts: [
|
||||
'terminal-ide-web',
|
||||
'terminal-ide-vertical',
|
||||
'terminal-ide-horizontal',
|
||||
@ -21,7 +21,7 @@ export const config = {
|
||||
'ide-web-vertical',
|
||||
'ide-only',
|
||||
'web-only'
|
||||
]),
|
||||
],
|
||||
hide_messages: false
|
||||
},
|
||||
ide: {
|
||||
|
Reference in New Issue
Block a user