Hi,

I would like to use some custom CSS classes in the RTE editor.

I have set up the RTE config as follows:

#allow use of the following classes
RTE.config.tt_content.bodytext.proc {
   allowedClasses = box-firstletter, box-flyout
}

This works fine for the default RTE editor for content elements, but the setting is ignored in the tx_news RTE editor.

I tried the following line, but that doesn't work.
RTE.config.tx_news.bodytext.proc {
  allowedClasses = box-firstletter, box-flyout
}

So how do I setup the RTE editor so that I can use the classes in tx_news as well?

--
Kind regards,

Muriel le Pair
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to