[TYPO3-rte] howto: allow, implement and insert inline-tag in pages:field:title and pagesfield:nav_title?

Stanislas Rolland typo3 at sjbr.ca
Thu Feb 25 16:13:29 CET 2010


Hi Stephan,
> 
> how can i allow, implement and insert an inline-tag into the 
> pages-fields "title" and "nav_title"?
> 
> example:
> 
> title: Last article in <i>Journal</i> has ...
> nav_title: <i>Journal>/i>
> 
> since journal-names are normally written in italic, it would be very 
> useful to be able to reflect this convention also in the title-field 
> and, if necessary, in the nav_title-field.
> 
This a FE-rendering issue in no way related to the RTE...

I would think that adding the following lines to your TS template should 
do it for the title fields:

lib.stdheader.10.setCurrent.htmlSpecialChars = 0
lib.stdheader.10.setCurrent.parseFunc.allowTags = b,i,strong,em

Regards,
Stanislas


More information about the TYPO3-project-rte mailing list