I am trying to organize the backend form and would like to put a relation controller (called review) in a tab.
I found an old thread which suggested creating a file (_relation.php) and adding
<?= $this->relationRender('review') ?>
Then create a partial field in the fields.yaml calling the _relation.php file. It worked, but the relation controller is duplicated beneath it. Is there any way to remove the duplicate?
Thanks.