From 6a13f5d3ad7c207e95c26196fce14b701724cd51 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Wed, 7 Jun 2023 21:21:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Estatic/admin/config/collections/author?= =?UTF-8?q?.js=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/admin/config/collections/author.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/admin/config/collections/author.js b/static/admin/config/collections/author.js index 1e561399..9b66ff01 100644 --- a/static/admin/config/collections/author.js +++ b/static/admin/config/collections/author.js @@ -87,6 +87,12 @@ const AuthorCollection = { required: false, default: true, }, + { + name: "type", + label: "Typ", + widget: "hidden", + default: "author", + }, { name: "body", label: "Beschreibung",