forked from 0x2620/pandora
add default values for entities to conifg.*.json
This commit is contained in:
parent
1baec5457e
commit
6741ae85e6
3 changed files with 17 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
included in find annotations.
|
||||
*/
|
||||
"clipLayers": ["subtitles"],
|
||||
"entities": [],
|
||||
/*
|
||||
"help" specifies the sections of the help dialog.
|
||||
There isn't much of a point in making changes to this.
|
||||
|
@ -105,6 +106,7 @@
|
|||
{"id": "player", "title": "Player"},
|
||||
{"id": "editor", "title": "Editor"},
|
||||
{"id": "documents", "title": "Documents"},
|
||||
{"id": "entities", "title": "Entities"},
|
||||
{"id": "edits", "title": "Edits"},
|
||||
{"id": "texts", "title": "Texts"},
|
||||
{"id": "embeds", "title": "Embeds"}
|
||||
|
@ -870,6 +872,9 @@
|
|||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"entity": "",
|
||||
"entitiesSelection": {},
|
||||
"entitiesType": "",
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "country", "sort": [{"key": "items", "operator": "-"}]},
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
"canExportAnnotations": {"member": true, "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, "researcher": true, "staff": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"member": true, "researcher": true, "staff": true, "admin": true},
|
||||
"canManageTitlesAndNames": {"member": true, "researcher": true, "staff": true, "admin": true},
|
||||
"canManageUsers": {"staff": true, "admin": true},
|
||||
|
@ -86,6 +87,7 @@
|
|||
included in find annotations.
|
||||
*/
|
||||
"clipLayers": ["subtitles", "keywords", "notes"],
|
||||
"entities": [],
|
||||
/*
|
||||
"flags" sets if in filters, countries and languages have a flag icon.
|
||||
*/
|
||||
|
@ -109,6 +111,7 @@
|
|||
{"id": "player", "title": "Player"},
|
||||
{"id": "editor", "title": "Editor"},
|
||||
{"id": "documents", "title": "Documents"},
|
||||
{"id": "entities", "title": "Entities"},
|
||||
{"id": "edits", "title": "Edits"},
|
||||
{"id": "texts", "title": "Texts"},
|
||||
{"id": "embeds", "title": "Embeds"}
|
||||
|
@ -884,6 +887,9 @@
|
|||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"entity": "",
|
||||
"entitiesSelection": {},
|
||||
"entitiesType": "",
|
||||
"filters": [
|
||||
{"id": "director", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "year", "sort": [{"key": "name", "operator": "+"}]},
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
"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},
|
||||
|
@ -85,6 +86,7 @@
|
|||
included in find annotations. // FIXME: the last bit is not implemented.
|
||||
*/
|
||||
"clipLayers": ["transcripts", "keywords", "places", "events", "descriptions"],
|
||||
"entities": [],
|
||||
/*
|
||||
"flags" sets if in filters, countries and languages have a flag icon.
|
||||
*/
|
||||
|
@ -108,6 +110,7 @@
|
|||
{"id": "player", "title": "Player"},
|
||||
{"id": "editor", "title": "Editor"},
|
||||
{"id": "documents", "title": "Documents"},
|
||||
{"id": "entities", "title": "Entities"},
|
||||
{"id": "edits", "title": "Edits"},
|
||||
{"id": "texts", "title": "Texts"},
|
||||
{"id": "embeds", "title": "Embeds"}
|
||||
|
@ -769,6 +772,9 @@
|
|||
],
|
||||
"editView": "list",
|
||||
"embedSize": 256,
|
||||
"entity": "",
|
||||
"entitiesSelection": {},
|
||||
"entitiesType": "",
|
||||
"filters": [
|
||||
{"id": "source", "sort": [{"key": "name", "operator": "+"}]},
|
||||
{"id": "project", "sort": [{"key": "name", "operator": "+"}]},
|
||||
|
|
Loading…
Reference in a new issue