mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 23:38:07 +01:00
Merge pull request #760 from ibraheemdev/patch-1
Add social image widget to Netlify CMS config
This commit is contained in:
commit
895d87cde9
@ -20,6 +20,7 @@ collections:
|
||||
- {label: "Template", name: "template", widget: "hidden", default: "post"}
|
||||
- {label: "Title", name: "title", widget: "string"}
|
||||
- {label: "Slug", name: "slug", widget: "string"}
|
||||
- {label: "Social Image", name: "socialImage", widget: "image"}
|
||||
- {label: "Draft", name: "draft", widget: "boolean", default: true}
|
||||
- {label: "Publish Date", name: "date", widget: "datetime"}
|
||||
- {label: "Description", name: "description", widget: "text"}
|
||||
@ -36,5 +37,6 @@ collections:
|
||||
- {label: "Template", name: "template", widget: "hidden", default: "page"}
|
||||
- {label: "Title", name: "title", widget: "string"}
|
||||
- {label: "Slug", name: "slug", widget: "string"}
|
||||
- {label: "Social Image", name: "socialImage", widget: "image"}
|
||||
- {label: "Draft", name: "draft", widget: "boolean", default: true}
|
||||
- {label: "Body", name: "body", widget: "markdown"}
|
||||
- {label: "Body", name: "body", widget: "markdown"}
|
||||
|
Loading…
Reference in New Issue
Block a user