editor: Disable update blockDefaults for texts and images

This commit is contained in:
Rostislav Wolny
2018-03-12 15:17:03 +01:00
parent 3a8b64e11c
commit 1df25aef76
4 changed files with 28 additions and 2 deletions

View File

@@ -18,7 +18,8 @@ define([
type: 'text',
text: 'Edit this to insert text'
}, App.getConfig().get('blockDefaults.text'));
}
},
_updateDefaults: function updateDefaults() {}
});
Module.TextBlockView = base.BlockView.extend({