Add support for classes in the alignment plugin #8516
Labels
package:alignment
type:improvement
This issue reports a possible enhancement of an existing feature.
Milestone
Currently I am checking out the migration of CMS TYPO3 from ckeditor4 to 5. One thing which I am missing is to use classes instead of inline styles for the alignment plugin.
If e.g. right alignment is selected, the text should get
<p class="alignment-right">
instead of<p style="texta-align:right"
.What do you think about that?
The text was updated successfully, but these errors were encountered: