Skip to content

Commit

Permalink
Fixes #11150
Browse files Browse the repository at this point in the history
V9: MediaPicker3 casing incorrect
  • Loading branch information
nul800sebastiaan committed Sep 21, 2021
1 parent 63807bc commit 80386db
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 80386db

Please sign in to comment.