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},
|
"canDownloadVideo": {"guest": -1, "member": -1, "researcher": 3, "staff": 3, "admin": 3},
|
||||||
"canEditAnnotations": {"staff": true, "admin": true},
|
"canEditAnnotations": {"staff": true, "admin": true},
|
||||||
"canEditDocuments": {"researcher": true, "staff": true, "admin": true},
|
"canEditDocuments": {"researcher": true, "staff": true, "admin": true},
|
||||||
|
"canEditEntities": {"admin": true, "staff": true},
|
||||||
"canEditEvents": {"researcher": true, "staff": true, "admin": true},
|
"canEditEvents": {"researcher": true, "staff": true, "admin": true},
|
||||||
"canEditFeaturedEdits": {"researcher": true, "staff": true, "admin": true},
|
"canEditFeaturedEdits": {"researcher": true, "staff": true, "admin": true},
|
||||||
"canEditFeaturedLists": {"researcher": true, "staff": true, "admin": true},
|
"canEditFeaturedLists": {"researcher": true, "staff": true, "admin": true},
|
||||||
|
@ -39,6 +40,7 @@
|
||||||
"canExportAnnotations": {"researcher": true, "staff": true, "admin": true},
|
"canExportAnnotations": {"researcher": true, "staff": true, "admin": true},
|
||||||
"canImportAnnotations": {"researcher": true, "staff": true, "admin": true},
|
"canImportAnnotations": {"researcher": true, "staff": true, "admin": true},
|
||||||
"canManageDocuments": {"member": true, "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},
|
"canManagePlacesAndEvents": {"member": true, "researcher": true, "staff": true, "admin": true},
|
||||||
"canManageTitlesAndNames": {"member": true, "researcher": true, "staff": true, "admin": true},
|
"canManageTitlesAndNames": {"member": true, "researcher": true, "staff": true, "admin": true},
|
||||||
"canManageUsers": {"staff": true, "admin": true},
|
"canManageUsers": {"staff": true, "admin": true},
|
||||||
|
@ -616,6 +618,7 @@
|
||||||
"plural": "Movies"
|
"plural": "Movies"
|
||||||
},
|
},
|
||||||
"itemRequiresVideo": false,
|
"itemRequiresVideo": false,
|
||||||
|
"itemTitleKeys": ["title", "director", "year"],
|
||||||
"itemViews": [
|
"itemViews": [
|
||||||
{"id": "info", "title": "Info"},
|
{"id": "info", "title": "Info"},
|
||||||
{"id": "documents", "title": "Documents"},
|
{"id": "documents", "title": "Documents"},
|
||||||
|
@ -787,6 +790,8 @@
|
||||||
{"key": "duration", "operator": "+"}
|
{"key": "duration", "operator": "+"}
|
||||||
],
|
],
|
||||||
"editView": "list",
|
"editView": "list",
|
||||||
|
"entitiesSelection": {},
|
||||||
|
"entitiesType": "",
|
||||||
"embedSize": 256,
|
"embedSize": 256,
|
||||||
"filters": [
|
"filters": [
|
||||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||||
|
@ -823,6 +828,7 @@
|
||||||
"part": {
|
"part": {
|
||||||
"api": "",
|
"api": "",
|
||||||
"documents": "",
|
"documents": "",
|
||||||
|
"entities": "",
|
||||||
"faq": "",
|
"faq": "",
|
||||||
"help": "",
|
"help": "",
|
||||||
"news": "",
|
"news": "",
|
||||||
|
@ -884,6 +890,7 @@
|
||||||
"videoScale": "fit",
|
"videoScale": "fit",
|
||||||
"videoSize": "small",
|
"videoSize": "small",
|
||||||
"videoSubtitles": true,
|
"videoSubtitles": true,
|
||||||
|
"videoSubtitlesOffset": 0,
|
||||||
"videoTimeline": "slitscan",
|
"videoTimeline": "slitscan",
|
||||||
"videoView": "player",
|
"videoView": "player",
|
||||||
"videoVolume": 1
|
"videoVolume": 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue