silverstripe 3 addFieldToTab "Settings"

Viewed 4778

I want to add a Field to the existing Tab "Settings" of Edit Page View (marked in the screenshot).

I tried this:

$fields->addFieldToTab('Root.Settings', new TextField('Intro'));

But it just adds a new tab next to the secondary Tab "Main Content" containing the additional Field.

Silverstripe Edid Page View

2 Answers
Related