add originalTitle
This commit is contained in:
parent
1d3eb5f378
commit
61ac998180
1 changed files with 12 additions and 0 deletions
12
config.jsonc
12
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",
|
||||
|
|
Loading…
Reference in a new issue