[TYPO3-english] extend regular text element
Andreas Kiessling
kiessling at pluspol.info
Tue Oct 26 20:35:59 CEST 2010
Hi Susanne,
i was about to post something similar, but wanted to test this on 4.5
trunk first.
With 4.4 you can use the setting like in the first link or
t3lib_extMgm::addToAllTCAtypes('tt_content', 'subheader', 'text',
'after:header');
With 4.5 you need to address the field like this, or it ends up
somewhere on the last tab:
t3lib_extMgm::addToAllTCAtypes('tt_content', 'subheader', 'text',
'after:--palette--;;header');
Regards,
Andreas
More information about the TYPO3-english
mailing list