Making DataEditor.GetValueEditor method virtual

This commit is contained in:
Anders Bjerner
2020-02-24 20:36:38 +01:00
committed by Sebastiaan Janssen
parent e36df809c0
commit 7d0733f40d

View File

@@ -105,7 +105,7 @@ namespace Umbraco.Core.PropertyEditors
/// <para>Technically, it could be cached by datatype but let's keep things
/// simple enough for now.</para>
/// </remarks>
public IDataValueEditor GetValueEditor(object configuration)
public virtual IDataValueEditor GetValueEditor(object configuration)
{
// if an explicit value editor has been set (by the manifest parser)
// then return it, and ignore the configuration, which is going to be