is there a way to update the tab label with relation managers
when using relation manager and
hasCombinedRelationManagerTabsWithContent
is set to true, is there a way to update the default tab label from Edit
to something else?1 Reply
public function getContentTabLabel(): string
{
return 'whatever you want the tab to be';
}