bookmark folder

This commit is contained in:
zadam
2021-10-07 21:57:20 +02:00
parent e10e18e63a
commit 24a45b03f5
7 changed files with 123 additions and 26 deletions

View File

@@ -47,7 +47,8 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'label', name: 'pageSize' },
{ type: 'label', name: 'viewType' },
{ type: 'label', name: 'mapRootNoteId' },
{ type: 'label', name: 'excludeFromNoteMap' },
{ type: 'label', name: 'bookmarked' },
{ type: 'label', name: 'bookmarkFolder' },
// relation names
{ type: 'relation', name: 'runOnNoteCreation', isDangerous: true },