update config
This commit is contained in:
parent
fb609e8427
commit
2b54d01d61
1 changed files with 8 additions and 2 deletions
10
config.jsonc
10
config.jsonc
|
@ -550,6 +550,12 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"format": {"type": "duration", "args": [0, "short"]},
|
"format": {"type": "duration", "args": [0, "short"]},
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "summary",
|
||||||
|
"title": "Topic",
|
||||||
|
"type": "text",
|
||||||
|
"find": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "topic",
|
"id": "topic",
|
||||||
"title": "Topic",
|
"title": "Topic",
|
||||||
|
@ -623,8 +629,8 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "duration",
|
"id": "runtime",
|
||||||
"title": "Duration",
|
"title": "Runtime",
|
||||||
"type": "time",
|
"type": "time",
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
"format": {"type": "duration", "args": []},
|
"format": {"type": "duration", "args": []},
|
||||||
|
|
Loading…
Reference in a new issue