Bug #83043
closedAdding more than one CSS class
0%
Description
In rtehtmlarea it was possible to cumulate CSS classes.
This was an outstanding and flexible solution
in the new times of bootstrap and other css frameworks.
Example:
Having a paragraph p.Text you can add another css-class from the
editors css-styles-list like "TextlineBelow".
Resulting in an paragraph p.Text.TextlineBelow
And better: this two css-stylenames were shown in the
status bar below the editors textarea for a quick control.
Adding still more css-styles was possible every time.
Removing styles from the list was possible, too.
ckEditor does not yet have this feature.
Only one class per tag is available.
This is a serious fall back making editing
much more inflexible than before.
Please reinvent this outstanding typo3/rtmlarea feature.