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,