Update themes/gallo/static/admin/config.yml
All checks were successful
Hugo / build (push) Successful in 16s
All checks were successful
Hugo / build (push) Successful in 16s
This commit is contained in:
parent
06fbe911c3
commit
d1c54913dd
1 changed files with 13 additions and 0 deletions
|
@ -16,6 +16,19 @@ collections:
|
||||||
- name: pages
|
- name: pages
|
||||||
label: Pages
|
label: Pages
|
||||||
files:
|
files:
|
||||||
|
- name: artist
|
||||||
|
label: The Artist
|
||||||
|
file: content/art/index.md
|
||||||
|
fields:
|
||||||
|
- label: Title
|
||||||
|
name: title
|
||||||
|
widget: string
|
||||||
|
- label: Date
|
||||||
|
name: date
|
||||||
|
widget: datetime
|
||||||
|
- label: Body
|
||||||
|
name: body
|
||||||
|
widget: markdown
|
||||||
- name: about
|
- name: about
|
||||||
label: About Us
|
label: About Us
|
||||||
file: content/about/index.md
|
file: content/about/index.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue