I am done for the night...
This commit is contained in:
@@ -55,9 +55,9 @@ import { ae_loc, ae_sess, ae_api, slct, slct_trigger } from '$lib/ae_stores';
|
||||
import type { key_val } from '$lib/ae_stores';
|
||||
// console.log($ae_loc, $ae_sess, $ae_api);
|
||||
|
||||
|
||||
import Element_access_type from '$lib/element_access_type.svelte';
|
||||
import Element_app_cfg from '$lib/element_app_cfg.svelte';
|
||||
import Element_data_store from '$lib/element_data_store.svelte';
|
||||
|
||||
|
||||
|
||||
@@ -271,7 +271,12 @@ $: if ($slct_trigger == 'set_access_code_li' && !$ae_loc.ds['hub__page__access_c
|
||||
|
||||
</svelte:fragment>
|
||||
<!-- OSIT's Aether App -->
|
||||
{@html $ae_loc.ds['hub__site__appshell_header']}
|
||||
<!-- {@html $ae_loc.ds['hub__site__appshell_header']} -->
|
||||
<Element_data_store
|
||||
ds_code="hub__site__appshell_header"
|
||||
ds_type="html"
|
||||
display="block"
|
||||
/>
|
||||
<svelte:fragment slot="trail">
|
||||
{#if $ae_loc.ds['hub__page__appshell_header_trail']}
|
||||
{@html $ae_loc.ds['hub__page__appshell_header_trail']}
|
||||
|
||||
Reference in New Issue
Block a user