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",