note short can lazy load note content

This commit is contained in:
zadam
2019-09-06 23:36:08 +02:00
parent 50a0400616
commit e828ef370d
2 changed files with 22 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'relation', name: 'runOnAttributeCreation', isDangerous: true },
{ type: 'relation', name: 'runOnAttributeChange', isDangerous: true },
{ type: 'relation', name: 'template' },
{ type: 'relation', name: 'widget', isDangerous: true },
{ type: 'relation', name: 'renderNote', isDangerous: true }
];