[TYPO3-dev] Header section of cType HTML

Dan Osipov dosipov at phillyburbs.com
Tue May 19 16:37:32 CEST 2009


No reason (AFAIK) - I actually had to write an extension to change TCA 
and make it the same type to make the header link-able. Here is the 
change (as far as I remember):

$TCA['tt_content']['types']['html']['showitem'] = "CType;;4;;1-1-1, 
hidden, header;;3;;2-2-2, linkToTop;;;;3-3-3,
							--div--;LLL:EXT:cms/locallang_ttc.xml:CType.I.17, 
bodytext;LLL:EXT:cms/locallang_ttc.php:bodytext.ALT.html;;nowrap,
							--div--;LLL:EXT:cms/locallang_tca.xml:pages.tabs.access, 
starttime, endtime";

and some more changes to TS to have it render properly.

Dan Osipov
Calkins Media
http://danosipov.com/blog/

Steffen Müller wrote:
> Hi.
> 
> The header section of the HTML content element is different to the other
> content elements:
> 
> 
> CType Text:
> -----------------------
> Header:
> 
> 
> Type:           Link:
> ------------------------------
> 
> 
> CType HTML:
> -----------------------
> Name:
> 
> ------------------------------
> 
> Why should an HTML content element have different header TCA?
> Is this done by intention or is it a bug? I'd like to hear your opinion
> before providing a patch. Small hints welcome.
> 
> 




More information about the TYPO3-dev mailing list