add private notes
This commit is contained in:
parent
068bdabb9c
commit
85a1778cf5
1 changed files with 16 additions and 0 deletions
16
config.jsonc
16
config.jsonc
|
@ -395,6 +395,12 @@
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "privatenotes",
|
||||||
|
"title": "Private Notes",
|
||||||
|
"type": "layer",
|
||||||
|
"find": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "notes",
|
"id": "notes",
|
||||||
"title": "Notes",
|
"title": "Notes",
|
||||||
|
@ -696,6 +702,16 @@
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
"type": "string"
|
"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",
|
"id": "notes",
|
||||||
"title": "Notes",
|
"title": "Notes",
|
||||||
|
|
Loading…
Reference in a new issue