Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

Commit

Permalink
#2 change tca example
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Duemmler committed May 15, 2016
1 parent 6015d4a commit 8b1638c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/Configuration/Tca/Example.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ public function __construct()
$configuration->setExt('bwrk_utility');
$configuration->setPlugin('example');

$configuration->ctrl->setTitle('title');
$configuration->ctrl->setLabel('title');

$this->init($configuration);
}

Expand Down

0 comments on commit 8b1638c

Please sign in to comment.