diff --git a/config.jsonc b/config.jsonc index 886b485..8318551 100644 --- a/config.jsonc +++ b/config.jsonc @@ -260,6 +260,24 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "find": true, "sort": true }, + { + "id": "collections", + "title": "Collections", + "type": ["string"], + "columnWidth": 128, + "filter": true, + "find": true, + "sort": true + }, + { + "id": "projects", + "title": "Projects", + "type": ["string"], + "columnWidth": 128, + "filter": true, + "find": true, + "sort": true + }, { "id": "description", "operator": "+",