Wrapping up for the day. Lots of changes.

This commit is contained in:
Scott Idem
2024-03-19 20:23:42 -04:00
parent 19d2dd630b
commit fbbaa1392b
13 changed files with 563 additions and 43 deletions

View File

@@ -59,6 +59,11 @@ export let ae_app_local_data_struct: key_val = {
'authenticated_access': false,
'anonymous_access': true,
'qry__enabled': 'enabled', // all, disabled, enabled
'qry__hidden': 'not_hidden', // all, hidden, not_hidden
'qry__limit': 20,
'qry__offset': 0,
'ds': {},
'hub': {
'show_element__cfg': true,