More work on IDAA and LCI style and themes.

This commit is contained in:
Scott Idem
2025-06-23 18:26:49 -04:00
parent 626f0f2351
commit 2816c09003
12 changed files with 675 additions and 156 deletions

View File

@@ -336,6 +336,14 @@ if ($ae_loc?.site_access_key || $ae_loc?.site_domain_access_key) {
$ae_loc.allow_access = true;
}
if ($ae_loc?.site_cfg_json?.theme) {
$ae_loc.theme_name = $ae_loc.site_cfg_json.theme;
}
if ($ae_loc?.site_cfg_json?.theme_mode) {
$ae_loc.theme_mode = $ae_loc.site_cfg_json.theme_mode;
}
// BEGIN: iframe Check:
// END: iframe Check: