I am able to display my custom field in Feature Value Add/Edit form by overriding AdminFeaturesController
and overriding initFormFeatureValue()
function.
I want to do the same for Feature Add/Edit form but cannot find function to override. I tried renderForm()
function but didn't work.
Which file/class/controller/function should I look into to override Feature Add/Edit form to display my custom field?