diff --git a/components/editorControls/macrocontainer/Editor.cs b/components/editorControls/macrocontainer/Editor.cs index aac24f93c4..3d04511190 100644 --- a/components/editorControls/macrocontainer/Editor.cs +++ b/components/editorControls/macrocontainer/Editor.cs @@ -15,7 +15,7 @@ using ClientDependency.Core.Controls; namespace umbraco.editorControls.macrocontainer { - [ClientDependency(100, ClientDependencyType.Javascript, "webservices/MacroContainerService.asmx/js", "UmbracoRoot", ForceProvider = "CanvasProvider")] + public class Editor : UpdatePanel, IDataEditor { private IData _data;