運が悪ければ、Root.Content.Mainの前に新しい管理タブを挿入しようとしています。私はもう試した:
$fields->insertBefore(new Tab('Root.Content.Overview', 'Overview'), 'Root.Content.Main');
と
$fields->addFieldToTab('Root.Content', new Tab('OverviewTab', 'Root.Content.Overview'), 'Root.Content.Main');
運がない。
誰かアイデアはありますか?私はAPIを探しましたが、タブ命名システムがどのように機能するかについてはあまり説明がありません。