- 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
24 lines
392 B
TypeScript
24 lines
392 B
TypeScript
export const editable_fields__event_session = [
|
|
'external_id',
|
|
'code',
|
|
'type_code',
|
|
'poc_agree',
|
|
'poc_kv_json',
|
|
'name',
|
|
'description',
|
|
'start_datetime',
|
|
'end_datetime',
|
|
'passcode',
|
|
'hide_event_launcher',
|
|
'alert',
|
|
'alert_msg',
|
|
'data_json',
|
|
'ux_mode',
|
|
'enable',
|
|
'hide',
|
|
'priority',
|
|
'sort',
|
|
'group',
|
|
'notes'
|
|
];
|