Update static/admin/config.yml

This commit is contained in:
Morgan 2023-10-26 14:35:13 +09:00
parent 17d60610c9
commit d576c11ad7
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ collections:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Slug', name: 'slug', widget: 'string' }
- { label: 'Description', name: 'description', widget: 'string' }
- { label: 'Description', name: 'description', widget: 'string', required: false }
- { label: 'Body', name: 'body', widget: 'markdown' }