Skip to content

Commit

Permalink
Remove duplicate tab
Browse files Browse the repository at this point in the history
  • Loading branch information
purplespider committed Nov 10, 2016
1 parent aab733a commit c74b00b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/NewsHolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public function getCMSFields()

$this->beforeUpdateCMSFields(function ($fields) {
$fields->renameField("Content", "Intro Content");
$fields->insertBefore(new Tab($this->getLumberjackTitle()), 'Main');
});

$fields = parent::getCMSFields();
Expand Down

0 comments on commit c74b00b

Please sign in to comment.