Skip to content

Commit 31034c7

Browse files
authored
Merge pull request #11154 from umbraco/v9/bugfix/11150
Fixes #11150 V9: MediaPicker3 casing incorrect
2 parents 8d2c1ac + 80386db commit 31034c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Core/PropertyEditors/MediaPicker3Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class NumberRange
3939
[ConfigurationField("enableLocalFocalPoint", "Enable Focal Point", "boolean")]
4040
public bool EnableLocalFocalPoint { get; set; }
4141

42-
[ConfigurationField("crops", "Image Crops", "views/propertyeditors/MediaPicker3/prevalue/mediapicker3.crops.html", Description = "Local crops, stored on document")]
42+
[ConfigurationField("crops", "Image Crops", "views/propertyeditors/mediapicker3/prevalue/mediapicker3.crops.html", Description = "Local crops, stored on document")]
4343
public CropConfiguration[] Crops { get; set; }
4444

4545
[DataContract]

0 commit comments

Comments
 (0)