This commit is contained in:
parent
a4e7d10c77
commit
d6c2752b98
1 changed files with 2 additions and 6 deletions
|
@ -20,12 +20,12 @@ preview: false
|
|||
collections:
|
||||
- name: pages
|
||||
label: Pages
|
||||
preview: false
|
||||
editor:
|
||||
preview: false
|
||||
files:
|
||||
- name: artist
|
||||
label: The Artist
|
||||
file: content/artist/index.md
|
||||
preview: false
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
|
@ -46,7 +46,6 @@ collections:
|
|||
- name: bio
|
||||
label: Artist Bio
|
||||
file: content/bio/index.md
|
||||
preview: false
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
|
@ -66,7 +65,6 @@ collections:
|
|||
- name: about
|
||||
label: About Us
|
||||
file: content/about/index.md
|
||||
preview: false
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
|
@ -93,7 +91,6 @@ collections:
|
|||
- name: faq
|
||||
label: FAQ
|
||||
file: content/faq/index.md
|
||||
preview: false
|
||||
fields:
|
||||
- label: Title
|
||||
name: title
|
||||
|
@ -118,7 +115,6 @@ collections:
|
|||
- name: catalog
|
||||
label: Catalog
|
||||
file: content/catalog/index.md
|
||||
preview: false
|
||||
fields:
|
||||
- { label: "Date", name: "date", widget: "datetime" }
|
||||
- { label: "Title", name: "title", widget: "string" }
|
||||
|
|
Loading…
Add table
Reference in a new issue