update config to remove unnecessarily required fields
All checks were successful
Hugo / build (push) Successful in 10s
All checks were successful
Hugo / build (push) Successful in 10s
This commit is contained in:
parent
88342768ee
commit
01c1711474
1 changed files with 6 additions and 1 deletions
|
@ -59,7 +59,8 @@ collections:
|
|||
- label: Answer
|
||||
name: answer
|
||||
widget: markdown
|
||||
- label: Learn more link (optional)
|
||||
- label: Learn more link
|
||||
required: false
|
||||
name: learnMore
|
||||
widget: string
|
||||
- name: catalog
|
||||
|
@ -83,12 +84,15 @@ collections:
|
|||
name: baseCost
|
||||
widget: string
|
||||
- label: Delivery/Pickup Cost
|
||||
required: false
|
||||
name: deliveryPickup
|
||||
widget: string
|
||||
- label: Install/Breakdown Cost
|
||||
required: false
|
||||
name: installBreakdown
|
||||
widget: number
|
||||
- label: Purchase Cost
|
||||
required: false
|
||||
name: purchaseCost
|
||||
widget: string
|
||||
- label: Category
|
||||
|
@ -105,6 +109,7 @@ collections:
|
|||
"Other",
|
||||
]
|
||||
- label: Image
|
||||
required: false
|
||||
name: gallery
|
||||
widget: list
|
||||
fields:
|
||||
|
|
Loading…
Add table
Reference in a new issue