Created
July 16, 2014 04:17
-
-
Save adrexia/1134352457a1308343b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public function updateCMSFields(FieldList $fields) { | |
// Make sure settings tab is last | |
$formContent = $fields->fieldByName('Root.Settings'); | |
$fields->removeByName('Settings'); | |
$fields->findOrMakeTab('Root.Settings', $formContent); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment