better list view

This commit is contained in:
j 2023-11-19 09:21:18 +01:00
parent b6293db4b8
commit 034e2771ee

View file

@ -525,7 +525,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"title": "Director", "title": "Director",
"type": ["string"], "type": ["string"],
"autocomplete": true, "autocomplete": true,
"columnRequired": true,
"columnWidth": 180, "columnWidth": 180,
"filter": true, "filter": true,
"sort": true, "sort": true,
@ -546,7 +545,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"title": "Batch", "title": "Batch",
"type": ["string"], "type": ["string"],
"autocomplete": true, "autocomplete": true,
"columnRequired": true,
"columnWidth": 180, "columnWidth": 180,
"filter": true, "filter": true,
"poster": true, "poster": true,
@ -557,7 +555,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"title": "Editing Tags", "title": "Editing Tags",
"type": ["string"], "type": ["string"],
"autocomplete": true, "autocomplete": true,
"columnRequired": true,
"columnWidth": 180, "columnWidth": 180,
"filter": true, "filter": true,
"sort": true "sort": true
@ -567,7 +564,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"title": "Tags", "title": "Tags",
"type": ["string"], "type": ["string"],
"autocomplete": true, "autocomplete": true,
"columnRequired": true,
"columnWidth": 180, "columnWidth": 180,
"filter": true, "filter": true,
"sort": true "sort": true
@ -1126,7 +1122,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"collections": {}, "collections": {},
"columns": { "columns": {
"Colors": { "Colors": {
"columns": ["title", "director", "language", "hue", "saturation", "brightness"], "columns": ["title", "type", "batch", "duration", "tags", "resolution"],
"columnWidth": {} "columnWidth": {}
} }
}, },