Skip to content

Commit

Permalink
Move status under context
Browse files Browse the repository at this point in the history
  • Loading branch information
juanruitina committed Apr 29, 2024
1 parent f03f991 commit 16de248
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions vanilla/templates/static/decap/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +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: '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 16de248

Please sign in to comment.