Hi list,

My extension has to add some image effects to standard CE elements. I added fields to the tslib_cObj->image_effects array. Now I would like to add some labels.

I'm adding to ext_localconf.php such rows:

$GLOBALS['TCA']['tt_content']['columns']['image_effects']['config']['items'][] = array('LLL:EXT:'.$_EXTKEY.'/lang/locallang_ttc.xlf:image_effects.I.10', 31);

but t labels are not available neither in the ADMIN->configuration->$TCA not in the FE plugins configurations.

I'm cleaning all caches and refreshing BE but have no success. How can I add those labels?

regards
Tomasz
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to