This commit is contained in:
j 2024-06-02 11:51:00 +01:00
parent 2ad6e1deda
commit ec1699a865
2 changed files with 6 additions and 6 deletions

View file

@ -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 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", "date"], "itemTitleKeys": ["title", "show", "date"],
/* /*
"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",
@ -1058,7 +1058,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"collections": {}, "collections": {},
"columns": { "columns": {
"Colors": { "Colors": {
"columns": ["title", "director", "language"], "columns": ["title", "show", "language"],
"columnWidth": {} "columnWidth": {}
} }
}, },
@ -1083,7 +1083,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"editSort": [ "editSort": [
{"key": "index", "operator": "+"}, {"key": "index", "operator": "+"},
{"key": "date", "operator": "+"}, {"key": "date", "operator": "+"},
{"key": "director", "operator": "+"}, {"key": "show", "operator": "+"},
{"key": "title", "operator": "+"}, {"key": "title", "operator": "+"},
{"key": "position", "operator": "+"}, {"key": "position", "operator": "+"},
{"key": "duration", "operator": "+"} {"key": "duration", "operator": "+"}
@ -1115,7 +1115,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", "date", "language", "duration"], "listColumns": ["title", "show", "date", "language", "duration"],
"listColumnWidth": {}, "listColumnWidth": {},
"listSelection": [], "listSelection": [],
"listSort": [{"key": "title", "operator": "+"}], "listSort": [{"key": "title", "operator": "+"}],
@ -1137,7 +1137,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": "show", "operator": "+"}],
"showAdvancedEmbedOptions": false, "showAdvancedEmbedOptions": false,
"showAnnotations": true, "showAnnotations": true,
"showAnnotationsCalendar": true, "showAnnotationsCalendar": true,

View file

@ -263,7 +263,7 @@ pandora.ui.infoView = function(data, isMixed) {
// Director, Year and Country, Language -------------------------------- // Director, Year and Country, Language --------------------------------
renderGroup(['director', 'date', 'language']); renderGroup(['date', 'language']);
// Featuring ---------------------------------------------- // Featuring ----------------------------------------------