Update config.yml

This commit is contained in:
Eric Jinks 2017-10-13 10:29:12 +10:00
parent e87ac463b8
commit 794994539f

View file

@ -15,8 +15,10 @@ collections: # A list of collections the CMS should be able to edit
name: "home-page"
fields:
- {label: Title, name: title, widget: string}
- {label: Body, name: body, widget: markdown}
- file: "content/pages/about.json"
label: "About Page"
name: "about-page"
fields:
- {label: Title, name: title, widget: string}
- {label: Body, name: body, widget: markdown}