Files
OSIT-AE-App-Svelte/src/lib/ae_events/ae_events__event_presentation.editable_fields.ts
Scott Idem 5bd7c4756c Complete editable fields whitelists for all remaining AE objects
- Created .editable_fields.ts files for Journals, Events, and Sponsorships modules
- Standardized the whitelist pattern across the entire codebase
- Updated TODO.md and GEMINI.md with recent accomplishments and learnings
2026-01-07 11:56:28 -05:00

19 lines
320 B
TypeScript

export const editable_fields__event_presentation = [
'external_id',
'code',
'type_code',
'abstract_code',
'name',
'description',
'start_datetime',
'end_datetime',
'passcode',
'hide_event_launcher',
'enable',
'hide',
'priority',
'sort',
'group',
'notes'
];