From 1d0e4ab296c70780bfa553f95e8acd7c6251e242 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 11 Oct 2023 14:50:42 +0100 Subject: [PATCH] fix poster flag --- config.jsonc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index c7931dc..4345d24 100644 --- a/config.jsonc +++ b/config.jsonc @@ -177,7 +177,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "filter": true, "find": true, "sort": true, - "poster": true, "autocomplete": true, "columnWidth": 128 }, @@ -533,9 +532,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "title": "Type", "type": ["string"], "autocomplete": true, - "columnRequired": true, "columnWidth": 180, "filter": true, + "poster": true, "sort": true }, {