Completes U4-2929 Finish obsoleting the remaining legacy property editors
This commit is contained in:
@@ -7,6 +7,7 @@ using System.Web.UI.WebControls;
|
||||
|
||||
namespace umbraco.editorControls.SettingControls
|
||||
{
|
||||
[Obsolete("IDataType and all other references to the legacy property editors are no longer used this will be removed from the codebase in future versions")]
|
||||
public class TextField : DataEditorSettingType
|
||||
{
|
||||
private TextBox tb = new TextBox();
|
||||
|
||||
Reference in New Issue
Block a user