forked from 0x2620/pandora
columnRequired should not be set for non default keys
This commit is contained in:
parent
21db208556
commit
f664927b5f
1 changed files with 0 additions and 2 deletions
|
@ -545,7 +545,6 @@
|
||||||
"title": "Director",
|
"title": "Director",
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnRequired": true,
|
|
||||||
"columnWidth": 180,
|
"columnWidth": 180,
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"sortType": "person"
|
"sortType": "person"
|
||||||
|
@ -564,7 +563,6 @@
|
||||||
"title": "Featuring",
|
"title": "Featuring",
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnRequired": true,
|
|
||||||
"columnWidth": 180,
|
"columnWidth": 180,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"sort": true,
|
"sort": true,
|
||||||
|
|
Loading…
Reference in a new issue