renamed inheritAttributes to template

This commit is contained in:
azivner
2018-08-21 12:52:11 +02:00
parent 4f1e6ec70f
commit 171877ce08
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'relation', name: 'runOnChildNoteCreation' },
{ type: 'relation', name: 'runOnAttributeCreation' },
{ type: 'relation', name: 'runOnAttributeChange' },
{ type: 'relation', name: 'inheritAttributes' }
{ type: 'relation', name: 'template' }
];
async function getNotesWithLabel(name, value) {