Sync dev with master #240

Merged
GCG.Admin (Automatisiert) merged 107 commits from master into dev 2023-09-23 21:18:21 +02:00
Showing only changes of commit 7bd18eb7e9 - Show all commits

@ -59,7 +59,7 @@ const BlogCollection = {
widget: "relation", widget: "relation",
collection: "author", collection: "author",
value_field: "{{slug}}", value_field: "{{slug}}",
search_fields: ["{{title}}"], search_fields: ["title"],
display_fields: ["{{title}}"], display_fields: ["{{title}}"],
multiple: true, multiple: true,
required: true, required: true,
@ -98,6 +98,7 @@ const BlogCollection = {
label: "Tags", label: "Tags",
widget: "list", widget: "list",
delimiter: ",", delimiter: ",",
required: false
}, },
{ {
name: "type", name: "type",