diff --git a/config.jsonc b/config.jsonc index 0f30c7a..a699394 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", "year"], + "itemTitleKeys": ["title", "director", "date"], /* "itemViews" is an ordered list of available item views. Implemented views are "info", "documents", "player", "editor", "timeline", "clips", "map", @@ -1082,7 +1082,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "editSelection": [], "editSort": [ {"key": "index", "operator": "+"}, - {"key": "year", "operator": "+"}, + {"key": "date", "operator": "+"}, {"key": "director", "operator": "+"}, {"key": "title", "operator": "+"}, {"key": "position", "operator": "+"}, @@ -1095,7 +1095,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "filters": [ {"id": "show", "sort": [{"key": "items", "operator": "-"}]}, {"id": "ways", "sort": [{"key": "items", "operator": "-"}]}, - {"id": "year", "sort": [{"key": "name", "operator": "-"}]}, + {"id": "date", "sort": [{"key": "name", "operator": "-"}]}, {"id": "featuring", "sort": [{"key": "items", "operator": "-"}]}, {"id": "keywords", "sort": [{"key": "items", "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", "year", "language", "duration"], + "listColumns": ["title", "director", "date", "language", "duration"], "listColumnWidth": {}, "listSelection": [], "listSort": [{"key": "title", "operator": "+"}],