File tree 2 files changed +3
-3
lines changed
src/Skybrud.ImagePicker/PropertyEditors
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class ImagePickerConfiguration : MediaPickerConfiguration {
20
20
[ ConfigurationField ( "model" ,
21
21
"Value type" ,
22
22
"/App_Plugins/Skybrud.Umbraco.ImagePicker/Views/ImageModelPicker.html?editor=v2" ,
23
- Description = "<a href=\" https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/image/configuration/# value-type\" class=\" btn btn-primary btn-xs skybrud-image-picker-button\" target=\" _blank\" rel=\" noreferrer noopener\" >See the documentation →</a>\r \n " +
23
+ Description = "<a href=\" https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/image/configuration/value-type\" class=\" btn btn-primary btn-xs skybrud-image-picker-button\" target=\" _blank\" rel=\" noreferrer noopener\" >See the documentation →</a>\r \n " +
24
24
"Select the .NET value type that should be used for representing the selected image(s)." ) ]
25
25
public string ValueTypeName { get ; set ; }
26
26
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class ImagePickerWithCropsConfiguration : MediaPicker3Configuration {
21
21
[ ConfigurationField ( "typeConverter" ,
22
22
"Type converter" ,
23
23
"/App_Plugins/Skybrud.Umbraco.ImagePicker/Views/TypeConverter.html?editor=v3" ,
24
- Description = "<a href=\" https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/imagewithcrops/configuration/# type-converter\" class=\" btn btn-primary btn-xs skybrud-image-picker-button\" target=\" _blank\" rel=\" noreferrer noopener\" >See the documentation →</a>\r \n " +
24
+ Description = "<a href=\" https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/imagewithcrops/configuration/type-converter\" class=\" btn btn-primary btn-xs skybrud-image-picker-button\" target=\" _blank\" rel=\" noreferrer noopener\" >See the documentation →</a>\r \n " +
25
25
"Select a type converter, which will be used for converting the selected items." ) ]
26
26
public JObject TypeConverter { get ; set ; }
27
27
@@ -31,7 +31,7 @@ public class ImagePickerWithCropsConfiguration : MediaPicker3Configuration {
31
31
[ ConfigurationField ( "model" ,
32
32
"Value type" ,
33
33
"/App_Plugins/Skybrud.Umbraco.ImagePicker/Views/ImageModelPicker.html?editor=v3" ,
34
- Description = "<a href=\" https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/imagewithcrops/configuration/# value-type\" class=\" btn btn-primary btn-xs skybrud-image-picker-button\" target=\" _blank\" rel=\" noreferrer noopener\" >See the documentation →</a>\r \n " +
34
+ Description = "<a href=\" https://packages.skybrud.dk/skybrud.imagepicker/docs/v3.0/imagewithcrops/configuration/value-type\" class=\" btn btn-primary btn-xs skybrud-image-picker-button\" target=\" _blank\" rel=\" noreferrer noopener\" >See the documentation →</a>\r \n " +
35
35
"Select the .NET value type that should be used for representing the selected image(s)." ) ]
36
36
public string ValueTypeName { get ; set ; }
37
37
You can’t perform that action at this time.
0 commit comments