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
|
||||
label: Catalog
|
||||
file: content/catalog/index.md
|
||||
fields:
|
||||
- label: Item
|
||||
name: catalog
|
||||
widget: list
|
||||
fields:
|
||||
- label: Item
|
||||
name: item
|
||||
|
@ -89,4 +93,13 @@ collections:
|
|||
- label: Category
|
||||
name: cat
|
||||
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