Created
February 5, 2017 20:00
-
-
Save bueckl/8eab9661458621b2b830d66578d676ed to your computer and use it in GitHub Desktop.
Rename Tab SS3 #Sivlerstripe
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 getCMSFields() { | |
$fields = parent::getCMSFields(); | |
$MainTab = $fields->findOrMakeTab( | |
"Root.Main" | |
); | |
$MainTab->setTitle('NEW TITLE'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment