diff --git a/config.jsonc b/config.jsonc index 111dc16..41077d3 100644 --- a/config.jsonc +++ b/config.jsonc @@ -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",