V9: MediaPicker3 casing incorrect
This commit is contained in:
Sebastiaan Janssen
2021-09-21 17:47:16 +02:00
parent 63807bc65f
commit 80386db368

View File

@@ -39,7 +39,7 @@ namespace Umbraco.Cms.Core.PropertyEditors
[ConfigurationField("enableLocalFocalPoint", "Enable Focal Point", "boolean")]
public bool EnableLocalFocalPoint { get; set; }
[ConfigurationField("crops", "Image Crops", "views/propertyeditors/MediaPicker3/prevalue/mediapicker3.crops.html", Description = "Local crops, stored on document")]
[ConfigurationField("crops", "Image Crops", "views/propertyeditors/mediapicker3/prevalue/mediapicker3.crops.html", Description = "Local crops, stored on document")]
public CropConfiguration[] Crops { get; set; }
[DataContract]