update
All checks were successful
Hugo / build (push) Successful in 10s

This commit is contained in:
brooke 2024-06-11 14:46:17 -04:00
parent 59a0182d0e
commit 55a44491ed

View file

@ -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",
]