raised relation limit from 20 to 10000 :)
All checks were successful
website-main / prod-build (push) Successful in 1m13s
website-main / test-build (push) Successful in 48s
website-main / auto-rebuild (push) Has been skipped

This commit is contained in:
Denys Konovalov 2023-07-06 22:05:04 +02:00
parent 3c356ac47d
commit df98e61103

@ -63,6 +63,7 @@ const BlogCollection = {
display_fields: ["{{title}}"],
multiple: true,
required: true,
options_length: 10000,
},
{
name: "categories",
@ -76,6 +77,7 @@ const BlogCollection = {
display_fields: ["blog.*"],
multiple: true,
required: true,
options_length: 10000,
},
{
name: "subjects",
@ -89,6 +91,7 @@ const BlogCollection = {
display_fields: ["subjects.*"],
multiple: true,
required: false,
options_length: 10000,
},
{
name: "tags",