Now with new button toggles and edit for JSON data!

This commit is contained in:
Scott Idem
2024-07-24 18:06:10 -04:00
parent 98849427d9
commit 274b599ff1
9 changed files with 498 additions and 169 deletions

View File

@@ -28,11 +28,11 @@ export interface Event {
timezone: null|string;
location_address_json: null|string;
mod_abstracts_json: null|string;
mod_badges_json: null|string;
mod_exhibits_json: null|string;
mod_pres_mgmt_json: null|string;
cfg_json: string;
mod_abstracts_json: null|key_val;
mod_badges_json: null|key_val;
mod_exhibits_json: null|key_val;
mod_pres_mgmt_json: null|key_val;
cfg_json: null|key_val;
enable: null|boolean;
hide: null|boolean;