From 8b1638cc59181ddc3e9a6c1897c13c190451a0e0 Mon Sep 17 00:00:00 2001 From: Georg Duemmler Date: Sun, 15 May 2016 11:55:30 +0200 Subject: [PATCH] #2 change tca example --- Classes/Configuration/Tca/Example.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Classes/Configuration/Tca/Example.php b/Classes/Configuration/Tca/Example.php index ab80d55..3c19d97 100755 --- a/Classes/Configuration/Tca/Example.php +++ b/Classes/Configuration/Tca/Example.php @@ -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); }