make publisher an array
This commit is contained in:
parent
9c1689178e
commit
0ac89bc8d2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
{
|
{
|
||||||
"id": "publisher",
|
"id": "publisher",
|
||||||
"title": "Publisher",
|
"title": "Publisher",
|
||||||
"type": "string",
|
"type": ["string"],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnWidth": 128,
|
"columnWidth": 128,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
|
|
Loading…
Reference in a new issue