From 15b5566490242bb8d606b829482acb05b194a45b Mon Sep 17 00:00:00 2001 From: rlx Date: Mon, 24 Jun 2019 11:21:58 +0200 Subject: [PATCH] add document keys --- config.jsonc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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": "+",