fix config

This commit is contained in:
rlx 2017-12-15 13:05:52 +00:00
parent d1addb6626
commit 04cc598564
1 changed files with 11 additions and 11 deletions

View File

@ -597,7 +597,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"title": "Date", "title": "Date",
"type": "date", "type": "date",
"additionalSort": [ "additionalSort": [
{"key": "director", "operator": "+"}, {"key": "author", "operator": "+"},
{"key": "title", "operator": "+"} {"key": "title", "operator": "+"}
], ],
"autocomplete": true, "autocomplete": true,
@ -881,7 +881,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
displayed at the top of the screen. This title can be customized by adding displayed at the top of the screen. This title can be customized by adding
"/static/js/getItemTitle.SITENAME.js". "/static/js/getItemTitle.SITENAME.js".
*/ */
"itemTitleKeys": ["title", "director", "year"], "itemTitleKeys": ["title", "author", "year"],
/* /*
"itemViews" is an ordered list of available item views. Implemented views "itemViews" is an ordered list of available item views. Implemented views
are "info", "documents", "player", "editor", "timeline", "clips", "map", are "info", "documents", "player", "editor", "timeline", "clips", "map",
@ -1168,7 +1168,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"collections": {}, "collections": {},
"columns": { "columns": {
"Colors": { "Colors": {
"columns": ["title", "director", "language", "hue", "saturation", "brightness"], "columns": ["title", "author", "language", "hue", "saturation", "brightness"],
"columnWidth": {} "columnWidth": {}
} }
}, },
@ -1185,7 +1185,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"editSort": [ "editSort": [
{"key": "index", "operator": "+"}, {"key": "index", "operator": "+"},
{"key": "year", "operator": "+"}, {"key": "year", "operator": "+"},
{"key": "director", "operator": "+"}, {"key": "author", "operator": "+"},
{"key": "title", "operator": "+"}, {"key": "title", "operator": "+"},
{"key": "position", "operator": "+"}, {"key": "position", "operator": "+"},
{"key": "duration", "operator": "+"} {"key": "duration", "operator": "+"}
@ -1195,11 +1195,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"entitiesSelection": {}, "entitiesSelection": {},
"entitiesType": "", "entitiesType": "",
"filters": [ "filters": [
{"id": "director", "sort": [{"key": "items", "operator": "-"}]}, {"id": "location", "sort": [{"key": "items", "operator": "-"}]},
{"id": "country", "sort": [{"key": "items", "operator": "-"}]}, {"id": "date", "sort": [{"key": "name", "operator": "-"}]},
{"id": "year", "sort": [{"key": "name", "operator": "-"}]}, {"id": "name", "sort": [{"key": "items", "operator": "-"}]},
{"id": "featuring", "sort": [{"key": "items", "operator": "-"}]}, {"id": "keywords", "sort": [{"key": "items", "operator": "-"}]},
{"id": "keywords", "sort": [{"key": "items", "operator": "-"}]} {"id": "tags", "sort": [{"key": "items", "operator": "-"}]}
], ],
"filtersSize": 176, "filtersSize": 176,
"find": {"conditions": [], "operator": "&"}, "find": {"conditions": [], "operator": "&"},
@ -1212,7 +1212,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"itemFind": "", "itemFind": "",
"itemSort": [{"key": "position", "operator": "+"}], "itemSort": [{"key": "position", "operator": "+"}],
"itemView": "info", "itemView": "info",
"listColumns": ["title", "director", "year", "language", "duration"], "listColumns": ["title", "author", "year", "language", "duration"],
"listColumnWidth": {}, "listColumnWidth": {},
"listSelection": [], "listSelection": [],
"listSort": [{"key": "title", "operator": "+"}], "listSort": [{"key": "title", "operator": "+"}],
@ -1234,7 +1234,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
}, },
"section": "items", "section": "items",
"sequenceMode": "shape", "sequenceMode": "shape",
"sequenceSort": [{"key": "director", "operator": "+"}], "sequenceSort": [{"key": "author", "operator": "+"}],
"showAdvancedEmbedOptions": false, "showAdvancedEmbedOptions": false,
"showAnnotations": true, "showAnnotations": true,
"showAnnotationsCalendar": true, "showAnnotationsCalendar": true,