Work on the system and debug menus
This commit is contained in:
@@ -68,9 +68,10 @@ const ae_app_local_data_defaults: key_val = {
|
||||
browser_type: null, // Safari needs help with scrolling correctly in iframes.
|
||||
title: `OSIT's Æ`, // - Dev SvelteKit`, // Æ
|
||||
|
||||
debug_menu: false, // Flag show debug menu.
|
||||
// debug_menu: false, // Flag show debug menu.
|
||||
debug_mode: false, // Flag to know if we should be in debug mode and show show debug options.
|
||||
edit_mode: false, // Flag to know if we should be in edit mode and show edit options.
|
||||
// sys_menu: true, // Flag show system menu.
|
||||
sync_local_config: true, // Flag to know if we should sync local config with the remote API server.
|
||||
|
||||
'account_id': ae_account_id, // OSIT Demo _XY7DXtc9MY
|
||||
@@ -163,6 +164,20 @@ const ae_app_local_data_defaults: key_val = {
|
||||
show_element__sql_qry_results: false,
|
||||
},
|
||||
|
||||
sys_menu: {
|
||||
hide: false,
|
||||
expand: false,
|
||||
hide_access_type: false,
|
||||
hide_edit_mode: false,
|
||||
hide_user: false,
|
||||
hide_theme: false,
|
||||
hide_cfg: false,
|
||||
},
|
||||
debug_menu: {
|
||||
hide: false,
|
||||
expand: false,
|
||||
},
|
||||
|
||||
app_cfg: {
|
||||
show_element__header: false,
|
||||
show_element__footer: false,
|
||||
|
||||
Reference in New Issue
Block a user