fix poster flag
This commit is contained in:
parent
d113c5d79e
commit
1d0e4ab296
1 changed files with 1 additions and 2 deletions
|
@ -177,7 +177,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"find": true,
|
"find": true,
|
||||||
"sort": true,
|
"sort": true,
|
||||||
"poster": true,
|
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnWidth": 128
|
"columnWidth": 128
|
||||||
},
|
},
|
||||||
|
@ -533,9 +532,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"title": "Type",
|
"title": "Type",
|
||||||
"type": ["string"],
|
"type": ["string"],
|
||||||
"autocomplete": true,
|
"autocomplete": true,
|
||||||
"columnRequired": true,
|
|
||||||
"columnWidth": 180,
|
"columnWidth": 180,
|
||||||
"filter": true,
|
"filter": true,
|
||||||
|
"poster": true,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue