This commit is contained in:
parent
59a0182d0e
commit
55a44491ed
1 changed files with 37 additions and 24 deletions
|
@ -64,6 +64,10 @@ collections:
|
||||||
- name: catalog
|
- name: catalog
|
||||||
label: Catalog
|
label: Catalog
|
||||||
file: content/catalog/index.md
|
file: content/catalog/index.md
|
||||||
|
fields:
|
||||||
|
- label: Item
|
||||||
|
name: catalog
|
||||||
|
widget: list
|
||||||
fields:
|
fields:
|
||||||
- label: Item
|
- label: Item
|
||||||
name: item
|
name: item
|
||||||
|
@ -89,4 +93,13 @@ collections:
|
||||||
- label: Category
|
- label: Category
|
||||||
name: cat
|
name: cat
|
||||||
widget: select
|
widget: select
|
||||||
options: ["Backdrops", "Arches", "Canopies", "Chandeliers", "Signaturepieces", "Centerpieces", "Other"]
|
options:
|
||||||
|
[
|
||||||
|
"Backdrops",
|
||||||
|
"Arches",
|
||||||
|
"Canopies",
|
||||||
|
"Chandeliers",
|
||||||
|
"Signaturepieces",
|
||||||
|
"Centerpieces",
|
||||||
|
"Other",
|
||||||
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue