Skip to content

Commit

Permalink
Merge pull request #11154 from umbraco/v9/bugfix/11150
Browse files Browse the repository at this point in the history
Fixes #11150 V9: MediaPicker3 casing incorrect
  • Loading branch information
bergmania authored Sep 21, 2021
2 parents 8d2c1ac + 80386db commit 31034c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class NumberRange
[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]
Expand Down

0 comments on commit 31034c7

Please sign in to comment.