Completes: U4-2893 Remove the entire umbraco.macroRenderings assembly
This commit is contained in:
@@ -5,7 +5,6 @@ using umbraco.BusinessLogic;
|
||||
using umbraco.editorControls;
|
||||
using umbraco.DataLayer;
|
||||
using umbraco.interfaces;
|
||||
using umbraco.macroRenderings;
|
||||
|
||||
namespace umbraco.editorControls.imagecropper
|
||||
{
|
||||
@@ -14,7 +13,7 @@ namespace umbraco.editorControls.imagecropper
|
||||
{
|
||||
private readonly umbraco.cms.businesslogic.datatype.BaseDataType _dataType;
|
||||
|
||||
private propertyTypePicker imagePropertyTypePicker; // this has replaced txtPropertyAlias (a textbox used to enter a property alias)
|
||||
private PropertyTypePicker imagePropertyTypePicker; // this has replaced txtPropertyAlias (a textbox used to enter a property alias)
|
||||
private RequiredFieldValidator imagePropertyRequiredFieldValidator;
|
||||
|
||||
private CheckBox chkGenerateCrops;
|
||||
@@ -48,7 +47,7 @@ namespace umbraco.editorControls.imagecropper
|
||||
|
||||
public void SetupChildControls()
|
||||
{
|
||||
this.imagePropertyTypePicker = new propertyTypePicker() { ID = "imagePropertyTypePicker" };
|
||||
this.imagePropertyTypePicker = new PropertyTypePicker() { ID = "imagePropertyTypePicker" };
|
||||
this.imagePropertyRequiredFieldValidator = new RequiredFieldValidator()
|
||||
{
|
||||
ID = "imagePropertyRequiredFieldValidator",
|
||||
|
||||
Reference in New Issue
Block a user