add genre, fix summary, rename topic->section

This commit is contained in:
j 2019-11-19 17:31:04 +01:00
parent 5cc35fd245
commit 18a94a4b5d
1 changed files with 16 additions and 6 deletions

View File

@ -551,14 +551,18 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"sort": true
},
{
"id": "summary",
"title": "Topic",
"type": "text",
"find": true
"id": "genre",
"title": "Genre",
"type": ["string"],
"autocomplete": true,
"columnWidth": 120,
"filter": true,
"find": true,
"sort": true
},
{
"id": "topic",
"title": "Topic",
"id": "section",
"title": "Section",
"type": ["string"],
"autocomplete": true,
"columnWidth": 180,
@ -566,6 +570,12 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true,
"sort": true
},
{
"id": "summary",
"title": "Summary",
"type": "text",
"find": true
},
{
"id": "notes",
"title": "Notes",