fix poster flag

This commit is contained in:
j 2023-10-11 14:50:42 +01:00
parent d113c5d79e
commit 1d0e4ab296

View file

@ -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
}, },
{ {