renamed blockcard.component to umb-block-card and moved it.
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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,
|
||||
Reference in New Issue
Block a user