From b18bad9dfcd3dcd752884e2538344eebbec2189a Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 11 Jul 2020 17:31:14 +0200 Subject: [PATCH] jii --- static/admin/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 98108b76..3352266e 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -40,7 +40,7 @@ collections: - {label: "Metabeschreibung", name: "description"} - {label: "Beitragsbild", name: "image", widget: "image", default: "/images/image.png"} - {label: "Autor", name: "author", widget: "string", default: "CantorTechnik AG"} - - {label: "Kategorien", name: "cathegories", widget: "list") - - {label: "Tags", name: "tags", widget: "list"} + - {label: "Kategorien", name: "cathegories", widget: "list", default: ["Sonstige"]) + - {label: "Tags", name: "tags", widget: "list", deault: [""]} - {label: "Type", name: "type", widget: "hidden", default: "post"} - {label: "Text", name: "body", widget: "markdown"}