Skip to content

Commit

Permalink
fix: add seminar meeting type to CMS config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHoodHacker authored Jan 7, 2025
1 parent e14a96d commit 30c7d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigpwny.com/public/manage/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ collections:
summary: '{{time_start}} - Week {{week_number}}: {{title}}'
fields:
- {label: 'Title', name: 'title', hint: 'Example: "PWN II"', widget: 'string'}
- {label: 'Meeting Type', name: 'type', widget: 'select', options: ['general', 'purple', 'ctf', 'embedded']}
- {label: 'Meeting Type', name: 'type', widget: 'select', options: ['general', 'seminar', 'ctf', 'embedded', 'purple']}
- {label: 'Start Time', name: 'time_start', widget: 'datetime', default: '', date_format: 'YYYY-MM-DD', time_format: 'HH:mm:ssZ', picker_utc: false, hint: 'Ensure date matches date in path. Input time is based on the timezone of YOUR COMPUTER. Display timezone is an option below.'}
- {label: 'Duration', name: 'duration', widget: 'string', default: '', hint: 'Leave blank to default to 1-hour duration. Use ISO 8601 duration format - P(n)Y(n)M(n)DT(n)H(n)M(n)S. Example: "PT48H" is 48 hours.', required: false}
- {label: 'Display Timezone', name: 'timezone', widget: 'string', hint: 'Leave blank for "America/Chicago." Examples: "America/Chicago" or "Etc/UTC"', required: false}
Expand Down

0 comments on commit 30c7d13

Please sign in to comment.