Update config.yml
This commit is contained in:
parent
e87ac463b8
commit
794994539f
1 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue