update config

This commit is contained in:
j 2015-10-07 11:17:03 +03:00
parent 43a99c7e77
commit 7218c3f220
1 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4}, "canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4},
"canEditAnnotations": {"staff": true, "admin": true}, "canEditAnnotations": {"staff": true, "admin": true},
"canEditDocuments": {"staff": true, "admin": true}, "canEditDocuments": {"staff": true, "admin": true},
"canEditEntities": {"staff": true, "admin": true},
"canEditEvents": {"staff": true, "admin": true}, "canEditEvents": {"staff": true, "admin": true},
"canEditFeaturedEdits": {"staff": true, "admin": true}, "canEditFeaturedEdits": {"staff": true, "admin": true},
"canEditFeaturedLists": {"staff": true, "admin": true}, "canEditFeaturedLists": {"staff": true, "admin": true},
@ -35,8 +36,10 @@
"canEditRightsLevel": {"staff": true, "admin": true}, "canEditRightsLevel": {"staff": true, "admin": true},
"canEditSitePages": {"staff": true, "admin": true}, "canEditSitePages": {"staff": true, "admin": true},
"canEditUsers": {"admin": true}, "canEditUsers": {"admin": true},
"canExportAnnotations": {"member": true, "staff": true, "admin": true},
"canImportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportAnnotations": {"member": true, "staff": true, "admin": true},
"canManageDocuments": {"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}, "canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true},
"canManageTitlesAndNames": {"member": true, "staff": true, "admin": true}, "canManageTitlesAndNames": {"member": true, "staff": true, "admin": true},
"canManageUsers": {"staff": true, "admin": true}, "canManageUsers": {"staff": true, "admin": true},
@ -441,6 +444,7 @@
"plural": "Videos" "plural": "Videos"
}, },
"itemRequiresVideo": true, "itemRequiresVideo": true,
"itemTitleKeys": ["title", "date"],
"itemViews": [ "itemViews": [
{"id": "info", "title": "Info"}, {"id": "info", "title": "Info"},
{"id": "player", "title": "Player"}, {"id": "player", "title": "Player"},
@ -605,6 +609,8 @@
], ],
"editView": "list", "editView": "list",
"embedSize": 256, "embedSize": 256,
"entitiesSelection": {},
"entitiesType": "",
"filters": [ "filters": [
{"id": "date", "sort": [{"key": "name", "operator": "+"}]}, {"id": "date", "sort": [{"key": "name", "operator": "+"}]},
{"id": "category", "sort": [{"key": "name", "operator": "+"}]}, {"id": "category", "sort": [{"key": "name", "operator": "+"}]},
@ -636,6 +642,7 @@
"part": { "part": {
"api": "", "api": "",
"documents": "", "documents": "",
"entities": "",
"faq": "", "faq": "",
"help": "", "help": "",
"news": "", "news": "",
@ -698,6 +705,7 @@
"videoScale": "fit", "videoScale": "fit",
"videoSize": "large", "videoSize": "large",
"videoSubtitles": true, "videoSubtitles": true,
"videoSubtitlesOffset": 0,
"videoTimeline": "antialias", "videoTimeline": "antialias",
"videoView": "player", "videoView": "player",
"videoVolume": 1 "videoVolume": 1