Actions
Bug #53617
closedrtehtmlarea: not able to remove blockstyle classes in 6.2
Status:
Closed
Priority:
Must have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2013-11-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I've updated from TYPO3 4.5 LTS to 6.2 beta1. As I discovered, I had to change some RTE settings to get rid of default blockstyle and textstyle classe.
With the following line I do this for textstyles:
RTE.default.buttons.textstyle.tags.span.allowedClasses = test
Explanation: I set a new value "test", which doesn't exist, so my textstyle list is empty.
I thought, that the following line does the same thing for blockstyles:
RTE.default.buttons.blockstyle.tags.div.allowedClasses = test
But this line does not have an effect. E.g. "justify left" of "frame with grey background" are still in my list.
Also
RTE.default.buttons.blockstyle.tags.all.allowedClasses = test
doesn't have an effect.
I'm not sure, if I've understood the docu http://docs.typo3.org/typo3cms/extensions/rtehtmlarea/latest/Configuration/PageTsconfig/interfaceConfiguration/Index.html correctly, but I think so. So I decided to report this behaviour as a bug...
Christian
Actions