raised relation limit from 20 to 10000 :)
This commit is contained in:
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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user