renamed blockcard.component to umb-block-card and moved it.

This commit is contained in:
Niels Lyngsø
2020-06-26 13:56:51 +02:00
parent 1113c50b83
commit 5cff45aa55
5 changed files with 2 additions and 2 deletions

View File

@@ -201,7 +201,7 @@
// Property Editors
@import "../views/propertyeditors/blockeditor/blockcard/umb-block-card-grid.less";
@import "../views/propertyeditors/blockeditor/blockcard/blockcard.component.less";
@import "../views/propertyeditors/blockeditor/blockcard/umb-block-card.less";
@import "../views/propertyeditors/blocklist/umb-block-list-property-editor.less";
@import "../views/propertyeditors/blocklist/prevalue/blocklist.blockconfiguration.less";
@import "../views/propertyeditors/blocklist/prevalue/blocklist.blockconfiguration.overlay.less";

View File

@@ -4,7 +4,7 @@
angular
.module("umbraco")
.component("umbBlockCard", {
templateUrl: "views/propertyeditors/blockeditor/blockcard/blockcard.component.html",
templateUrl: "views/propertyeditors/blockeditor/blockcard/umb-block-card.component.html",
controller: BlockCardController,
controllerAs: "vm",
transclude: true,