From 7218c3f22066bf755bcaf4a6b8688673fe281372 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 7 Oct 2015 11:17:03 +0300 Subject: [PATCH] update config --- config.jsonc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.jsonc b/config.jsonc index 315f92a..28f586e 100644 --- a/config.jsonc +++ b/config.jsonc @@ -25,6 +25,7 @@ "canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4}, "canEditAnnotations": {"staff": true, "admin": true}, "canEditDocuments": {"staff": true, "admin": true}, + "canEditEntities": {"staff": true, "admin": true}, "canEditEvents": {"staff": true, "admin": true}, "canEditFeaturedEdits": {"staff": true, "admin": true}, "canEditFeaturedLists": {"staff": true, "admin": true}, @@ -35,8 +36,10 @@ "canEditRightsLevel": {"staff": true, "admin": true}, "canEditSitePages": {"staff": true, "admin": true}, "canEditUsers": {"admin": true}, + "canExportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportAnnotations": {"member": true, "staff": true, "admin": true}, "canManageDocuments": {"member": true, "staff": true, "admin": true}, + "canManageEntities": {"member": true, "staff": true, "admin": true}, "canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true}, "canManageTitlesAndNames": {"member": true, "staff": true, "admin": true}, "canManageUsers": {"staff": true, "admin": true}, @@ -441,6 +444,7 @@ "plural": "Videos" }, "itemRequiresVideo": true, + "itemTitleKeys": ["title", "date"], "itemViews": [ {"id": "info", "title": "Info"}, {"id": "player", "title": "Player"}, @@ -605,6 +609,8 @@ ], "editView": "list", "embedSize": 256, + "entitiesSelection": {}, + "entitiesType": "", "filters": [ {"id": "date", "sort": [{"key": "name", "operator": "+"}]}, {"id": "category", "sort": [{"key": "name", "operator": "+"}]}, @@ -636,6 +642,7 @@ "part": { "api": "", "documents": "", + "entities": "", "faq": "", "help": "", "news": "", @@ -698,6 +705,7 @@ "videoScale": "fit", "videoSize": "large", "videoSubtitles": true, + "videoSubtitlesOffset": 0, "videoTimeline": "antialias", "videoView": "player", "videoVolume": 1