add originalTitle

This commit is contained in:
j 2018-09-12 17:05:22 +02:00
parent 1d3eb5f378
commit 61ac998180
1 changed files with 12 additions and 0 deletions

View File

@ -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",