Working on security defaults and layout of menus.

This commit is contained in:
Scott Idem
2026-04-01 19:18:38 -04:00
parent 0767e2ff82
commit 5e0f35d3df
6 changed files with 26 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ export interface PresMgmtLocState {
hide__session_poc_biography: boolean;
hide__presenter_biography: boolean;
hide__session_li_location_field: boolean;
hide__session_li_poc_field: boolean;
show__session_li_poc_field: boolean;
hide__launcher_link_legacy: boolean;
hide__launcher_link: boolean;
hide__location_link: boolean;
@@ -168,7 +168,7 @@ export const pres_mgmt_loc_defaults: PresMgmtLocState = {
// List/table-specific visibility.
hide__session_li_location_field: false,
hide__session_li_poc_field: false,
show__session_li_poc_field: false,
hide__launcher_link_legacy: true, // Flask version.
hide__launcher_link: true, // SvelteKit version.
hide__location_link: true,