Gets the image cropper posting files correctly
This commit is contained in:
@@ -16,12 +16,5 @@ namespace Umbraco.Web.Models.ContentEditing
|
||||
public bool IsRequired { get; set; }
|
||||
public string ValidationRegExp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The culture for the property which is only relevant for variant properties
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Since content currently is the only thing that can be variant this will only be relevant to content
|
||||
/// </remarks>
|
||||
public string Culture { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user