From b4000ee6476cd520d7a73a115b68e3b5d733e1d2 Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 10 Jun 2024 22:04:09 -0400 Subject: [PATCH] update about page staticcms config --- themes/gallo/layouts/partials/footer.html | 2 +- themes/gallo/static/admin/config.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/themes/gallo/layouts/partials/footer.html b/themes/gallo/layouts/partials/footer.html index 6c661e6..23ccdfa 100644 --- a/themes/gallo/layouts/partials/footer.html +++ b/themes/gallo/layouts/partials/footer.html @@ -4,7 +4,7 @@
diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 3ea0f87..fc6442f 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -16,6 +16,7 @@ collections: label: About folder: content/about create: false + delete: false slug: index.md fields: - label: Title @@ -27,3 +28,20 @@ collections: - label: Body name: body widget: markdown + - label: Gallery Columns + name: galleryColumns + widget: string + default: "2" + - label: Gallery + name: gallery + widget: list + fields: + - label: Image + name: image + widget: string + - label: Title + name: title + widget: string + - label: Description + name: description + widget: text \ No newline at end of file