Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalbarado authored Jul 6, 2023
1 parent af98e45 commit 79e4384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ collections:
- { label: 'Pic_url', name: 'pic_url', widget: 'image' }
- { label: 'Tags', name: 'tags', widget: 'string' }
- { label: 'Published', name: 'published', widget: 'boolean' }
- { label: 'Publish Date', name: 'datetime', widget: 'datetime' }
- { label: 'Body', name: 'body', widget: 'markdown' }
- name: 'participants'
label: 'Participants'
Expand Down Expand Up @@ -67,6 +68,7 @@ collections:
- { label: 'Audience', name: 'audience', widget: 'list' }
- { label: 'Publish Date', name: 'datetime', widget: 'datetime' }
- { label: 'Published', name: 'published', widget: 'boolean' }
- { label: 'Venue', name: 'venue', widget: 'string' }
- { label: 'Body', name: 'body', widget: 'markdown' }
- name: 'training'
label: 'Training'
Expand Down

0 comments on commit 79e4384

Please sign in to comment.