Skip to content

Commit 80386db

Browse files
Fixes #11150
V9: MediaPicker3 casing incorrect
1 parent 63807bc commit 80386db

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)