From d1c54913ddbb4a0a2814c9331143aaadad4a5e70 Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 27 Jun 2024 18:15:53 +0000 Subject: [PATCH] Update themes/gallo/static/admin/config.yml --- themes/gallo/static/admin/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 1b95e74..ae91f71 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -16,6 +16,19 @@ collections: - name: pages label: Pages files: + - name: artist + label: The Artist + file: content/art/index.md + fields: + - label: Title + name: title + widget: string + - label: Date + name: date + widget: datetime + - label: Body + name: body + widget: markdown - name: about label: About Us file: content/about/index.md