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

This commit is contained in:
brooke 2024-07-15 13:50:26 -04:00
parent abc0cbe4a0
commit 7cc1aada57
2 changed files with 12 additions and 0 deletions

View file

@ -5,6 +5,7 @@ subTitle: Simple, affordable, and memorable
buttons: buttons:
- text: Contact a specialist - text: Contact a specialist
url: '/contact' url: '/contact'
catalog: catalog:
- item: Modern Harlow - item: Modern Harlow
quant: 2 quant: 2

View file

@ -75,6 +75,7 @@ collections:
- label: Group - label: Group
name: faq name: faq
widget: list widget: list
collapsed: true
fields: fields:
- label: Title - label: Title
name: group name: group
@ -95,6 +96,16 @@ collections:
- label: Date Last Edited - label: Date Last Edited
name: date name: date
widget: datetime widget: datetime
- name: buttons
label: Button
collapsed: true
fields:
- name: text
label: Title
widget: string
- name: url
label: URL
widget: string
- name: catalog - name: catalog
label: Item label: Item
collapsed: true collapsed: true