Making DataEditor.GetValueEditor method virtual
This commit is contained in:
committed by
Sebastiaan Janssen
parent
e36df809c0
commit
7d0733f40d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user