Skip to content

Commit b923c32

Browse files
rasmusjpgeorgebid
andauthored
fix: mark MultiUrlPickerValueConverter with DefaultValueConverter (#13347)
Co-authored-by: georgebid <[email protected]>
1 parent 8f5fee9 commit b923c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Infrastructure/PropertyEditors/ValueConverters/MultiUrlPickerValueConverter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
namespace Umbraco.Cms.Core.PropertyEditors.ValueConverters;
1919

20+
[DefaultPropertyValueConverter(typeof(JsonValueConverter))]
2021
public class MultiUrlPickerValueConverter : PropertyValueConverterBase, IDeliveryApiPropertyValueConverter
2122
{
2223
private readonly IJsonSerializer _jsonSerializer;

0 commit comments

Comments
 (0)