From 85a1778cf503f46021ea238ccfb22665c73737ce Mon Sep 17 00:00:00 2001 From: j Date: Fri, 25 Sep 2015 12:39:11 +0100 Subject: [PATCH] add private notes --- config.jsonc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config.jsonc b/config.jsonc index 7ccd60b..471e282 100644 --- a/config.jsonc +++ b/config.jsonc @@ -395,6 +395,12 @@ "filter": true, "find": true }, + { + "id": "privatenotes", + "title": "Private Notes", + "type": "layer", + "find": true + }, { "id": "notes", "title": "Notes", @@ -696,6 +702,16 @@ "overlap": true, "type": "string" }, + { + "id": "privatenotes", + "title": "Private Notes", + "canAddAnnotations": {"member": true, "friend": true, "staff": true, "admin": true}, + "item": "Private Note", + "overlap": true, + "private": true, + "showInfo": true, + "type": "text" + }, { "id": "notes", "title": "Notes",