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": "-"}]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue