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",