Skip to content

Instantly share code, notes, and snippets.

@bueckl
Created February 5, 2017 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bueckl/8eab9661458621b2b830d66578d676ed to your computer and use it in GitHub Desktop.
Save bueckl/8eab9661458621b2b830d66578d676ed to your computer and use it in GitHub Desktop.
Rename Tab SS3 #Sivlerstripe
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