[TYPO3-english] tslib_cObj->image_effects

2012-09-26 Thread Tomasz Krawczyk

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


Re: [TYPO3-english] tslib_cObj->image_effects

2012-09-26 Thread Tomasz Krawczyk

W dniu 2012-09-26 19:55, Tomasz Krawczyk pisze:

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


Oh! It should be added to ext_tables.php. ;-)

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