update config

This commit is contained in:
rlx 2019-11-19 15:05:50 +01:00
parent fb609e8427
commit 2b54d01d61
1 changed files with 8 additions and 2 deletions

View File

@ -550,6 +550,12 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"format": {"type": "duration", "args": [0, "short"]},
"sort": true
},
{
"id": "summary",
"title": "Topic",
"type": "text",
"find": true
},
{
"id": "topic",
"title": "Topic",
@ -623,8 +629,8 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true
},
{
"id": "duration",
"title": "Duration",
"id": "runtime",
"title": "Runtime",
"type": "time",
"columnWidth": 90,
"format": {"type": "duration", "args": []},