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

View file

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