[Typo3] Rich Text Editor and tt_products problem

Franz Holzinger franz at fholzinger.com
Mon Mar 21 21:40:46 CET 2005


Jogvan Olsen wrote:

> # All the tags you need
> plugin.tt_products.parseFunc.allowTags = 
> table,tr,td,b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,h5,h6
> # This has to be empty
> plugin.tt_products.parseFunc.denyTag =
> 
> /Jogvan
> 

If you set the allowTags, you can leave the
plugin.tt_products.parseFunc.denyTag = *

because the allowTags override the denyTag.

If you do not want to set the allowTags you simple clear the denyTag.

Franz




More information about the TYPO3-english mailing list