[TYPO3-rte] Text Style dropdown doesn't show custom styles in 4.6

Stephen Bungert stephenbungert at yahoo.de
Sun Dec 25 18:40:21 CET 2011


I think lots of settings have changed now... I had the same problem when 
upgrading.

In the upgrade wizarrd part of the install tool it tells you what the new 
rte properties are.


"Victor Livakovsky" <v-tyok at mail.ru> schrieb im Newsbeitrag 
news:mailman.1.1324680062.10776.typo3-project-rte at lists.typo3.org...
> Hi, list.
>
> I have such a problem in TYPO3 4.6.3: no matter, what I do, but no styles 
> from included css file appear at Text Style dropdown of RTE. However, same 
> style appears correctly in Block Style dropdown.
> Here is my configuration:
> RTE {
>    default {
>        contentCSS = fileadmin/templates/css/rte.css
>        #classesCharacter = green
>        #classesParagraph = green
>        showTagFreeClasses = 1
>        proc.allowedClasses := addToList(green)
>    }
> }
>
> rte.css:
> @charset "utf-8";
>
> .green {
>    color: #8BDC1C;
> }
>
> With this configuration 'green' appears only at block style selector, but 
> not in text style.
> Tried to uncomment classesCharacter = green, comment showTagFreeClasses = 
> 1, add 'span' to class definition in css - all was helpless.
>
> Any ideas, why it doesn't work? 



More information about the TYPO3-project-rte mailing list