Add missing dash in Netlify CMS config.yml
This commit is contained in:
parent
e0a6d03e20
commit
6fd04a8011
1 changed files with 3 additions and 3 deletions
|
|
@ -13,6 +13,6 @@ collections:
|
||||||
slug: "{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md
|
slug: "{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md
|
||||||
fields: # The fields for each document, usually in front matter
|
fields: # The fields for each document, usually in front matter
|
||||||
- { name: "title", label: "Title" }
|
- { name: "title", label: "Title" }
|
||||||
{ name: "description", label: "Description" }
|
- { name: "description", label: "Description" }
|
||||||
{ name: "date", label: "Date", widget: "datetime" }
|
- { name: "date", label: "Date", widget: "datetime" }
|
||||||
{ name: "body", label: "Body", widget: "markdown" }
|
- { name: "body", label: "Body", widget: "markdown" }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue