Change netlify config
This commit is contained in:
parent
64959808ee
commit
54ed7c8f87
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: blog
|
layout: blog
|
||||||
title: Ide to ? copy
|
title: dev - Ide to ? copy
|
||||||
date: 2020-01-09T17:24:13.481Z
|
date: 2020-01-09T17:24:13.481Z
|
||||||
thumbnail: /images/uploads/screenshot.gif
|
thumbnail: /images/uploads/screenshot.gif
|
||||||
rating: 4
|
rating: 4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: blog
|
layout: blog
|
||||||
title: Anothert one
|
title: dev - Anothert one
|
||||||
date: 2019-11-03T11:01:32.621Z
|
date: 2019-11-03T11:01:32.621Z
|
||||||
thumbnail: /images/uploads/responzio.png
|
thumbnail: /images/uploads/responzio.png
|
||||||
rating: 2
|
rating: 2
|
||||||
|
@ -17,7 +17,13 @@ collections:
|
|||||||
- { label: 'Title', name: 'title', widget: 'string' }
|
- { label: 'Title', name: 'title', widget: 'string' }
|
||||||
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
|
||||||
- { label: 'Featured Image', name: 'thumbnail', widget: 'image' }
|
- { 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' }
|
- { label: 'Body', name: 'body', widget: 'markdown' }
|
||||||
- name: 'pages'
|
- name: 'pages'
|
||||||
label: 'Pages'
|
label: 'Pages'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user