From c9c0e9e1a171fcf732810f9988d01a87609d0667 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 31 Aug 2017 22:29:01 +0200 Subject: [PATCH] update config --- config.jsonc | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index 722396e..9ca3260 100644 --- a/config.jsonc +++ b/config.jsonc @@ -96,6 +96,20 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. */ "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 annotations, info view, or elsewhere. Each entry defines a specific class 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": "", "calendarSelection": "", "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": { "Colors": { "columns": ["title", "director", "language", "hue", "saturation", "brightness"], "columnWidth": {} } }, + "document": "", "documents": {}, "documentSize": 256, + "documentView": "view", "documentsSelection": {}, "documentsSort": [{"key": "name", "operator": "+"}], "documentsView": "grid", @@ -855,6 +881,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. ], "filtersSize": 176, "find": {"conditions": [], "operator": "&"}, + "findDocuments": {"conditions": [], "operator": "&"}, "followPlayer": true, "help": "", "icons": "frames", @@ -875,7 +902,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "page": "", "part": { "api": "", - "documents": "", + "document": "", "entities": "", "faq": "", "help": "", @@ -917,7 +944,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "featured": true, "volumes": true }, - "texts": { + "documents": { "personal": true, "favorite": true, "featured": true