Change netlify config

This commit is contained in:
2020-01-17 20:09:35 +01:00
parent 64959808ee
commit 54ed7c8f87
3 changed files with 9 additions and 3 deletions

View File

@ -17,7 +17,13 @@ collections:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Featured Image', name: 'thumbnail', widget: 'image' }
- { label: 'Tags', name: 'tags', widget: 'list', default: ['News'] }
- {
label: 'Tags',
name: 'tags',
widget: 'list',
default: ['News'],
required: false,
}
- { label: 'Body', name: 'body', widget: 'markdown' }
- name: 'pages'
label: 'Pages'