ups, should stay as alias

This commit is contained in:
Niels Lyngsø
2020-06-12 13:58:58 +02:00
parent 5870426af9
commit 60fc66797e

View File

@@ -310,7 +310,7 @@
* @return {Array} array of strings representing alias.
*/
getAvailableAliasesForBlockContent: function() {
return this.blockConfigurations.map(blockConfiguration => this.getScaffoldFromKey(blockConfiguration.contentTypeKey).contentTypeKey);
return this.blockConfigurations.map(blockConfiguration => this.getScaffoldFromKey(blockConfiguration.contentTypeKey).contentTypeAlias);
},
/**