From cac86392ee9316b366bb80fcbe4166ef517e8075 Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Mon, 21 Sep 2015 19:45:37 +0100 Subject: [PATCH] hasPlaces/hasEvents --- config.jsonc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.jsonc b/config.jsonc index 5fabf3a..72b404e 100644 --- a/config.jsonc +++ b/config.jsonc @@ -671,6 +671,8 @@ "id": "keywords", "title": "Keywords", "canAddAnnotations": {"member": true, "staff": true, "admin": true}, + "hasEvents": true, + "hasPlaces": true, "item": "Keyword", "autocomplete": true, "overlap": true, @@ -680,6 +682,8 @@ "id": "notes", "title": "Notes", "canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true}, + "hasEvents": true, + "hasPlaces": true, "item": "Note", "overlap": true, "showInfo": true,