Clean up based on notes. Adding some JSON event config options for presenter agree and presenter bio.
This commit is contained in:
@@ -13,6 +13,7 @@ import Element_data_store from '$lib/element_data_store.svelte';
|
||||
import Sign_in_out from './sign_in_out.svelte';
|
||||
|
||||
|
||||
export let lq__event_obj: any;
|
||||
export let lq__event_presenter_obj: any;
|
||||
|
||||
let ae_tmp: key_val = {};
|
||||
@@ -128,6 +129,7 @@ let ae_triggers: key_val = {};
|
||||
</button>
|
||||
</span>
|
||||
|
||||
{#if $lq__event_obj?.cfg_json?.presenter_require_agree}
|
||||
<span
|
||||
class="ae_menu__action_options flex flex-row items-center justify-around"
|
||||
>
|
||||
@@ -176,6 +178,7 @@ let ae_triggers: key_val = {};
|
||||
</button>
|
||||
{/if}
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
|
||||
</div> <!-- END: The menu button options -->
|
||||
|
||||
Reference in New Issue
Block a user