From 89bc8acdb11e10e94b7a3eea74731d9542c8a83d Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 10 Jun 2024 21:41:29 -0400 Subject: [PATCH] update --- themes/gallo/static/admin/config.yml | 35 +++++++++++++++++----------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index cc325be..a7476c5 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -1,26 +1,35 @@ +--- backend: name: gitea repo: mycosystems/gallowelds.com app_id: 8cf43676-cdba-4112-a981-9c1117b3d096 api_root: https://git.myco.systems/api/v1 base_url: https://git.myco.systems - -media_folder: "static/img" +media_folder: static/img site_url: https://gallo.demo.myco.systems logo_url: https://gallo.demo.myco.systems/img/gallo_welding_inverted.svg -locale: "en" +locale: en show_preview_links: false search: false - collections: - - name: "about" - label: "About" - folder: "content/about" + - name: about + label: About + folder: content/about create: false - slug: "index.md" + slug: index.md fields: - - { label: "Title", name: "title", widget: "string" } - - { label: "Date Last Edited", name: "date", widget: "datetime" } - - { label: "Featured Image", name: "thumbnail", widget: "image" } - - { label: "Body", name: "body", widget: "markdown" } - - { label: "Gallery", name: "gallery", widget: "gallery" } + - label: Title + name: title + widget: string + - label: Date Last Edited + name: date + widget: datetime + - label: Featured Image + name: thumbnail + widget: image + - label: Body + name: body + widget: markdown + - label: Gallery + name: gallery + widget: gallery