static/admin/config/collections/blog.js aktualisiert
All checks were successful
website-main / prod-build (push) Successful in 1m24s
website-main / test-build (push) Successful in 1m58s
website-main / auto-rebuild (push) Has been skipped

This commit is contained in:
Denys Konovalov 2023-09-19 17:20:59 +02:00
parent 08b4b61d57
commit 7bd18eb7e9

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