Completes U4-2929 Finish obsoleting the remaining legacy property editors
This commit is contained in:
@@ -6,6 +6,7 @@ using umbraco.cms.businesslogic.datatype;
|
||||
|
||||
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 ListBoxMultiple : DataEditorSettingType
|
||||
{
|
||||
private System.Web.UI.WebControls.ListBox lb = new System.Web.UI.WebControls.ListBox();
|
||||
|
||||
Reference in New Issue
Block a user