mavenium/PyEditorial

dose your dashboard text editor support RTL ?

arfrix opened this issue · 1 comments

dose your dashboard text editor support RTL ?

By default, CK-Editor uses a toolbar with minimal features.
If you need a toolbar with all the features, put the following setting in the settings.py file.
CKEDITOR_CONFIGS = { 'default': { 'toolbar': 'full', }, }
In this case, you have the buttons to adjust the text direction.