From c7daa96c9abdf18789f133997320d8b8945ba18d Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 19 Mar 2023 12:43:48 -0400 Subject: [PATCH] tune decap some to try to fix lists --- themes/hugo-xmin/static/admin/mobile/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/hugo-xmin/static/admin/mobile/config.yml b/themes/hugo-xmin/static/admin/mobile/config.yml index 91f28d7..631f0e2 100644 --- a/themes/hugo-xmin/static/admin/mobile/config.yml +++ b/themes/hugo-xmin/static/admin/mobile/config.yml @@ -36,4 +36,6 @@ collections: widget: "list" allow_add: true required: true + summary: '{{fields.tag}}' + field: {label: Tag, name: tag, widget: string} - {label: "Body", name: "body", widget: "markdown", required: true}