Changed modifier for ContentPickerValueConverter (#13864)
Changed internal to public for ContentPickerValueConverter, which was the only property value converter defined as `internal` Fixes issue umbraco#13858
This commit is contained in:
@@ -5,7 +5,7 @@ using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Cms.Core.PropertyEditors.ValueConverters;
|
||||
|
||||
internal class ContentPickerValueConverter : PropertyValueConverterBase
|
||||
public class ContentPickerValueConverter : PropertyValueConverterBase
|
||||
{
|
||||
private static readonly List<string> PropertiesToExclude = new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user