cleanup
This commit is contained in:
parent
2ad6e1deda
commit
ec1699a865
2 changed files with 6 additions and 6 deletions
10
config.jsonc
10
config.jsonc
|
@ -773,7 +773,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
|
||||
"/static/js/getItemTitle.SITENAME.js".
|
||||
*/
|
||||
"itemTitleKeys": ["title", "director", "date"],
|
||||
"itemTitleKeys": ["title", "show", "date"],
|
||||
/*
|
||||
"itemViews" is an ordered list of available item views. Implemented views
|
||||
are "info", "documents", "player", "editor", "timeline", "clips", "map",
|
||||
|
@ -1058,7 +1058,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"collections": {},
|
||||
"columns": {
|
||||
"Colors": {
|
||||
"columns": ["title", "director", "language"],
|
||||
"columns": ["title", "show", "language"],
|
||||
"columnWidth": {}
|
||||
}
|
||||
},
|
||||
|
@ -1083,7 +1083,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"editSort": [
|
||||
{"key": "index", "operator": "+"},
|
||||
{"key": "date", "operator": "+"},
|
||||
{"key": "director", "operator": "+"},
|
||||
{"key": "show", "operator": "+"},
|
||||
{"key": "title", "operator": "+"},
|
||||
{"key": "position", "operator": "+"},
|
||||
{"key": "duration", "operator": "+"}
|
||||
|
@ -1115,7 +1115,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"itemFind": "",
|
||||
"itemSort": [{"key": "position", "operator": "+"}],
|
||||
"itemView": "info",
|
||||
"listColumns": ["title", "director", "date", "language", "duration"],
|
||||
"listColumns": ["title", "show", "date", "language", "duration"],
|
||||
"listColumnWidth": {},
|
||||
"listSelection": [],
|
||||
"listSort": [{"key": "title", "operator": "+"}],
|
||||
|
@ -1137,7 +1137,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
},
|
||||
"section": "items",
|
||||
"sequenceMode": "shape",
|
||||
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||
"sequenceSort": [{"key": "show", "operator": "+"}],
|
||||
"showAdvancedEmbedOptions": false,
|
||||
"showAnnotations": true,
|
||||
"showAnnotationsCalendar": true,
|
||||
|
|
|
@ -263,7 +263,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
|
||||
// Director, Year and Country, Language --------------------------------
|
||||
|
||||
renderGroup(['director', 'date', 'language']);
|
||||
renderGroup(['date', 'language']);
|
||||
|
||||
// Featuring ----------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue