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:
Simone Chiaretta
2023-02-21 08:05:56 +01:00
committed by GitHub
parent d61c32c1e4
commit 362832b594

View File

@@ -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()
{