add default values for entities to conifg.*.json

This commit is contained in:
j 2014-12-26 12:43:49 +00:00
commit 6741ae85e6
3 changed files with 17 additions and 0 deletions

View file

@ -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": "-"}]},