From ec1699a865418892f7add9eb1148d7e6098b8acb Mon Sep 17 00:00:00 2001 From: j Date: Sun, 2 Jun 2024 11:51:00 +0100 Subject: [PATCH] cleanup --- config.jsonc | 10 +++++----- static/js/infoView.firefly.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.jsonc b/config.jsonc index 6090e87..00a8601 100644 --- a/config.jsonc +++ b/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, diff --git a/static/js/infoView.firefly.js b/static/js/infoView.firefly.js index c3bb4f6..fce09f3 100644 --- a/static/js/infoView.firefly.js +++ b/static/js/infoView.firefly.js @@ -263,7 +263,7 @@ pandora.ui.infoView = function(data, isMixed) { // Director, Year and Country, Language -------------------------------- - renderGroup(['director', 'date', 'language']); + renderGroup(['date', 'language']); // Featuring ----------------------------------------------