no video required

This commit is contained in:
j 2021-04-24 16:38:32 +02:00
parent 304111c9af
commit 76cc0d4b6f

View file

@ -882,7 +882,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"itemRequiresVideo" regulates if items without video can be created. If set "itemRequiresVideo" regulates if items without video can be created. If set
to true, the only way to add a new item is to upload a new video. to true, the only way to add a new item is to upload a new video.
*/ */
"itemRequiresVideo": true, "itemRequiresVideo": false,
/* /*
"itemTitleKeys" is a list of itemKeys required to compose the item title "itemTitleKeys" is a list of itemKeys required to compose the item title
displayed at the top of the screen. This title can be customized by adding displayed at the top of the screen. This title can be customized by adding
@ -1214,7 +1214,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"filters": [ "filters": [
{"id": "type", "sort": [{"key": "items", "operator": "-"}]}, {"id": "type", "sort": [{"key": "items", "operator": "-"}]},
{"id": "tapetype", "sort": [{"key": "items", "operator": "-"}]}, {"id": "tapetype", "sort": [{"key": "items", "operator": "-"}]},
{"id": "year", "sort": [{"key": "name", "operator": "-"}]}, {"id": "year", "sort": [{"key": "items", "operator": "-"}]},
{"id": "tapetime", "sort": [{"key": "items", "operator": "-"}]}, {"id": "tapetime", "sort": [{"key": "items", "operator": "-"}]},
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]} {"id": "keywords", "sort": [{"key": "items", "operator": "-"}]}
], ],