Skip to content

Commit

Permalink
Add seminar as valid path in CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteHoodHacker authored Jan 26, 2025
1 parent bb93882 commit 0aefb74
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 @@ -54,7 +54,7 @@ collections:
sortable_fields: ['date', 'title']
# adding a meta object with a path property allows editing the path of entries
# moving an existing entry will move the entire sub tree of the entry to the new location
meta: { path: { widget: string, label: 'Path', index_file: 'index', hint: 'Examples: "sp2023/general/2023-01-01" or "fa2023/ctf/2023-08-01". All characters must be lowercase.', pattern: ['^(fa|sp)[0-9]{4}/(general|ctf|purple|embedded)/[0-9]{4}-[0-9]{2}-[0-9]{2}$', 'Refer to example path'] } }
meta: { path: { widget: string, label: 'Path', index_file: 'index', hint: 'Examples: "sp2023/general/2023-01-01" or "fa2023/ctf/2023-08-01". All characters must be lowercase.', pattern: ['^(fa|sp)[0-9]{4}/(general|seminar|ctf|purple|embedded)/[0-9]{4}-[0-9]{2}-[0-9]{2}$', 'Refer to example path'] } }

- name: 'events'
label: 'Events'
Expand Down

0 comments on commit 0aefb74

Please sign in to comment.