From 7cc1aada57d14c302c307acc031fa67808ce9082 Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 15 Jul 2024 13:50:26 -0400 Subject: [PATCH] update --- content/catalog/index.md | 1 + themes/gallo/static/admin/config.yml | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/content/catalog/index.md b/content/catalog/index.md index d179a3f..6dfabfb 100644 --- a/content/catalog/index.md +++ b/content/catalog/index.md @@ -5,6 +5,7 @@ subTitle: Simple, affordable, and memorable buttons: - text: Contact a specialist url: '/contact' + catalog: - item: Modern Harlow quant: 2 diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 40b77d0..f30e7bd 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -75,6 +75,7 @@ collections: - label: Group name: faq widget: list + collapsed: true fields: - label: Title name: group @@ -95,6 +96,16 @@ collections: - label: Date Last Edited name: date widget: datetime + - name: buttons + label: Button + collapsed: true + fields: + - name: text + label: Title + widget: string + - name: url + label: URL + widget: string - name: catalog label: Item collapsed: true