diff --git a/db/demo.zip b/db/demo.zip index 003972635..00ad7c554 100644 Binary files a/db/demo.zip and b/db/demo.zip differ diff --git a/src/services/attributes.js b/src/services/attributes.js index c63ef821c..90d90b936 100644 --- a/src/services/attributes.js +++ b/src/services/attributes.js @@ -47,6 +47,7 @@ const BUILTIN_ATTRIBUTES = [ { type: 'label', name: 'pageSize' }, { type: 'label', name: 'viewType' }, { type: 'label', name: 'mapRootNoteId' }, + { type: 'label', name: 'excludeFromTreeMap' }, // relation names { type: 'relation', name: 'runOnNoteCreation', isDangerous: true },