I just wanted to know is there any way to remove tab field from from main site and not from subsite.
I have created image upload tab field in Page.php file which I want to remove from HomePage.php. I tried with the code
$fields->removeFieldFromTab('Root.Head Image', 'HeadImage'); //remove slides gridForm
$fields->removeByName("Head Image"); // remove slides tab
and it's work too, but it also removed tab from Home Page of subsite which I don't want.
thanks in advance