Is there a way of removing/disabling some of the items in the Field Type drop down? (The drop down that is displayed in the back office when designing a form)
The problem being, the available field types are populated automatically with every type in all assemblies that inherit "FieldType". I have one assembly that has some field types I want to be available, and some that I don't. Is there a mechanism in place to do this?
Disable/Remove specific Field Type options
Is there a way of removing/disabling some of the items in the Field Type drop down? (The drop down that is displayed in the back office when designing a form)
The problem being, the available field types are populated automatically with every type in all assemblies that inherit "FieldType". I have one assembly that has some field types I want to be available, and some that I don't. Is there a mechanism in place to do this?
hii, i am tried also to remove a field type , and find your post here.
i find a solution, dont know if the best one but working...
( if it is still relevant )
In Usercontrol/umbracoContour/EditForm.ascx
you can add this lines at the end of <script> tag line 41.
change this to the type you wnat to remove -
the - "2" is the index of the type ( 0 is the first ) ,
in my case i removed the datePicker type.
is working on a reply...