keep some types (e.g. mermaid diagrams) of notes full width

This commit is contained in:
zadam
2021-11-24 21:27:55 +01:00
parent f4242b4096
commit 1ee2abcc42
7 changed files with 97 additions and 102 deletions

View File

@@ -51,6 +51,7 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'label', name: 'bookmarkFolder' },
{ type: 'label', name: 'sorted' },
{ type: 'label', name: 'top' },
{ type: 'label', name: 'fullContentWidth' },
// relation names
{ type: 'relation', name: 'runOnNoteCreation', isDangerous: true },