appended this. since the method is a non-static class method.

This commit is contained in:
Niels Lyngsø
2020-06-11 20:31:18 +02:00
parent 963feadf51
commit 67c7c1674f
@@ -300,7 +300,7 @@
* @return {Array} array of strings representing alias.
*/
getAvailableAliasesForBlockContent: function() {
return this.blockConfigurations.map(blockConfiguration => getScaffoldFor(blockConfiguration.contentTypeKey).contentTypeKey);
return this.blockConfigurations.map(blockConfiguration => this.getScaffoldFor(blockConfiguration.contentTypeKey).contentTypeKey);
},
getAvailableBlocksForBlockPicker: function() {