ImageCropper Upload enabled
The cropper can now fully replace the upload datatype
This commit is contained in:
@@ -11,18 +11,12 @@ namespace Umbraco.Core.Configuration.UmbracoSettings
|
||||
get { return (string)base["mediaTypeAlias"]; }
|
||||
}
|
||||
|
||||
[ConfigurationProperty("focalPointProperty", IsRequired = true)]
|
||||
[ConfigurationProperty("focalPointProperty", IsRequired = false)]
|
||||
public string FocalPointProperty
|
||||
{
|
||||
get { return (string)base["focalPointProperty"]; }
|
||||
}
|
||||
|
||||
[ConfigurationProperty("fileProperty", IsRequired = true)]
|
||||
public string FileProperty
|
||||
{
|
||||
get { return (string)base["fileProperty"]; }
|
||||
}
|
||||
|
||||
[ConfigurationCollection(typeof(ContentImagingCropSizeCollection))]
|
||||
[ConfigurationProperty("", IsDefaultCollection = true)]
|
||||
public ContentImagingCropSizeCollection CropSizeCollection
|
||||
|
||||
@@ -8,8 +8,6 @@ namespace Umbraco.Core.Configuration.UmbracoSettings
|
||||
|
||||
string FocalPointProperty { get; }
|
||||
|
||||
string FileProperty { get; }
|
||||
|
||||
IEnumerable<IImagingCropSize> CropSizes { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user