update config
This commit is contained in:
parent
4df413841b
commit
c9c0e9e1a1
1 changed files with 29 additions and 2 deletions
31
config.jsonc
31
config.jsonc
|
@ -96,6 +96,20 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
*/
|
*/
|
||||||
"clipLayers": ["notes", "keywords", "subtitles"],
|
"clipLayers": ["notes", "keywords", "subtitles"],
|
||||||
/*
|
/*
|
||||||
|
"documentRightsLevel" defines which initial rights level will be assigned to documents
|
||||||
|
created by users of these user levels.
|
||||||
|
*/
|
||||||
|
"documentRightsLevel": {"member": 0, "staff": 0, "admin": 0},
|
||||||
|
/*
|
||||||
|
"documentRightsLevels" is an ordered list of rights levels, one of which will be
|
||||||
|
assigned to each document.
|
||||||
|
*/
|
||||||
|
"documentRightsLevels": [
|
||||||
|
{"name": "Public", "color": [128, 255, 128]},
|
||||||
|
{"name": "Restricted", "color": [255, 212, 128]},
|
||||||
|
{"name": "Private", "color": [255, 128, 128]}
|
||||||
|
],
|
||||||
|
/*
|
||||||
"entities" can be used to store arbitrary data. They can be referenced in
|
"entities" can be used to store arbitrary data. They can be referenced in
|
||||||
annotations, info view, or elsewhere. Each entry defines a specific class
|
annotations, info view, or elsewhere. Each entry defines a specific class
|
||||||
of entity object, its properties and their types (for example an "actor"
|
of entity object, its properties and their types (for example an "actor"
|
||||||
|
@ -820,14 +834,26 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"calendarFind": "",
|
"calendarFind": "",
|
||||||
"calendarSelection": "",
|
"calendarSelection": "",
|
||||||
"clipColumns": 2,
|
"clipColumns": 2,
|
||||||
|
"clipSize": 416,
|
||||||
|
"collectionColumns": ["title", "id", "extension", "dimensions", "size", "description", "matches", "user", "created", "modified"],
|
||||||
|
"collectionColumnWidth": {},
|
||||||
|
"collectionSelection": [],
|
||||||
|
"collectionSort": [
|
||||||
|
{"key": "title", "operator": "+"},
|
||||||
|
{"key": "extension", "operator": "+"}
|
||||||
|
],
|
||||||
|
"collectionView": "grid",
|
||||||
|
"collections": {},
|
||||||
"columns": {
|
"columns": {
|
||||||
"Colors": {
|
"Colors": {
|
||||||
"columns": ["title", "director", "language", "hue", "saturation", "brightness"],
|
"columns": ["title", "director", "language", "hue", "saturation", "brightness"],
|
||||||
"columnWidth": {}
|
"columnWidth": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"document": "",
|
||||||
"documents": {},
|
"documents": {},
|
||||||
"documentSize": 256,
|
"documentSize": 256,
|
||||||
|
"documentView": "view",
|
||||||
"documentsSelection": {},
|
"documentsSelection": {},
|
||||||
"documentsSort": [{"key": "name", "operator": "+"}],
|
"documentsSort": [{"key": "name", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"documentsView": "grid",
|
||||||
|
@ -855,6 +881,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
],
|
],
|
||||||
"filtersSize": 176,
|
"filtersSize": 176,
|
||||||
"find": {"conditions": [], "operator": "&"},
|
"find": {"conditions": [], "operator": "&"},
|
||||||
|
"findDocuments": {"conditions": [], "operator": "&"},
|
||||||
"followPlayer": true,
|
"followPlayer": true,
|
||||||
"help": "",
|
"help": "",
|
||||||
"icons": "frames",
|
"icons": "frames",
|
||||||
|
@ -875,7 +902,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"page": "",
|
"page": "",
|
||||||
"part": {
|
"part": {
|
||||||
"api": "",
|
"api": "",
|
||||||
"documents": "",
|
"document": "",
|
||||||
"entities": "",
|
"entities": "",
|
||||||
"faq": "",
|
"faq": "",
|
||||||
"help": "",
|
"help": "",
|
||||||
|
@ -917,7 +944,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"featured": true,
|
"featured": true,
|
||||||
"volumes": true
|
"volumes": true
|
||||||
},
|
},
|
||||||
"texts": {
|
"documents": {
|
||||||
"personal": true,
|
"personal": true,
|
||||||
"favorite": true,
|
"favorite": true,
|
||||||
"featured": true
|
"featured": true
|
||||||
|
|
Loading…
Reference in a new issue