Gets the image cropper posting files correctly

This commit is contained in:
Shannon
2018-08-07 18:37:55 +10:00
parent 96ea95b04a
commit 08fe947575
8 changed files with 100 additions and 85 deletions

View File

@@ -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; }
}
}