From 61ac99818074695d716bfd5aec166fcf1d50364c Mon Sep 17 00:00:00 2001 From: j Date: Wed, 12 Sep 2018 17:05:22 +0200 Subject: [PATCH] add originalTitle --- config.jsonc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.jsonc b/config.jsonc index 8147b05..d10297c 100644 --- a/config.jsonc +++ b/config.jsonc @@ -501,6 +501,18 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "sort": true, "sortType": "title" }, + { + "id": "originalTitle", + "title": "Original Title", + "type": "string", + "autocomplete": true, + "autocompleteSort": [{"key": "timesaccessed", "operator": "-"}], + "columnRequired": true, + "columnWidth": 180, + "find": true, + "sort": true, + "sortType": "title" + }, { "id": "name", "title": "Name",