Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlntv committed Apr 29, 2024
2 parents ebd6d1d + 8734034 commit db63fff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vanilla/templates/static/decap/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ collections:
widget: object
fields:
- {label: 'Title', name: 'title', widget: 'string'}
- label: 'Status'
name: 'status'
widget: 'select'
options:
- { label: 'Braindump', value: 'braindump' }
- { label: 'Draft', value: 'draft' }
- { label: 'Pending review', value: 'review' }
- { label: 'Approved', value: 'approved' }
- { label: 'Completed', value: 'completed' }
- { label: 'Rejected', value: 'rejected' }
- { label: 'Outdated', value: 'outdated' }
- { label: 'Deprecated', value: 'deprecated' }
- {label: 'Body', name: 'body', widget: 'markdown'}
summary: '{{dirname}}'
meta: {path: {widget: string, label: 'Path', index_file: 'index'}}
Expand Down

0 comments on commit db63fff

Please sign in to comment.