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}