sync config
This commit is contained in:
parent
b4164d3c8a
commit
89f2a97a80
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
"canDownloadVideo": {"guest": -1, "member": -1, "researcher": 3, "staff": 3, "admin": 3},
|
||||
"canEditAnnotations": {"staff": true, "admin": true},
|
||||
"canEditDocuments": {"researcher": true, "staff": true, "admin": true},
|
||||
"canEditEntities": {"admin": true, "staff": true},
|
||||
"canEditEvents": {"researcher": true, "staff": true, "admin": true},
|
||||
"canEditFeaturedEdits": {"researcher": true, "staff": true, "admin": true},
|
||||
"canEditFeaturedLists": {"researcher": true, "staff": true, "admin": true},
|
||||
|
@ -39,6 +40,7 @@
|
|||
"canExportAnnotations": {"researcher": true, "staff": true, "admin": true},
|
||||
"canImportAnnotations": {"researcher": true, "staff": true, "admin": true},
|
||||
"canManageDocuments": {"member": true, "researcher": true, "staff": true, "admin": true},
|
||||
"canManageEntities": {"member": true, "admin": true, "staff": true},
|
||||
"canManagePlacesAndEvents": {"member": true, "researcher": true, "staff": true, "admin": true},
|
||||
"canManageTitlesAndNames": {"member": true, "researcher": true, "staff": true, "admin": true},
|
||||
"canManageUsers": {"staff": true, "admin": true},
|
||||
|
@ -616,6 +618,7 @@
|
|||
"plural": "Movies"
|
||||
},
|
||||
"itemRequiresVideo": false,
|
||||
"itemTitleKeys": ["title", "director", "year"],
|
||||
"itemViews": [
|
||||
{"id": "info", "title": "Info"},
|
||||
{"id": "documents", "title": "Documents"},
|
||||
|
@ -787,6 +790,8 @@
|
|||
{"key": "duration", "operator": "+"}
|
||||
],
|
||||
"editView": "list",
|
||||
"entitiesSelection": {},
|
||||
"entitiesType": "",
|
||||
"embedSize": 256,
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
@ -823,6 +828,7 @@
|
|||
"part": {
|
||||
"api": "",
|
||||
"documents": "",
|
||||
"entities": "",
|
||||
"faq": "",
|
||||
"help": "",
|
||||
"news": "",
|
||||
|
@ -884,6 +890,7 @@
|
|||
"videoScale": "fit",
|
||||
"videoSize": "small",
|
||||
"videoSubtitles": true,
|
||||
"videoSubtitlesOffset": 0,
|
||||
"videoTimeline": "slitscan",
|
||||
"videoView": "player",
|
||||
"videoVolume": 1
|
||||
|
|
Loading…
Reference in a new issue