Hi
As you can see here https://codepen.io/anon/pen/KLRaYq#anon-login The RTL button does not work.
we need a fix please
I think it's only configuration issue.
On the Editor.modules: Change ['direction'] to be [{ direction: 'rtl' }]
On the Editor.formats: Add also the following values: 'direction', 'align'
It is working for me like that, with rtl / ltr
Thanks @galta for the solution.
It works for me.
Most helpful comment
I think it's only configuration issue.
On the Editor.modules: Change ['direction'] to be [{ direction: 'rtl' }]
On the Editor.formats: Add also the following values: 'direction', 'align'
It is working for me like that, with rtl / ltr
Working Solution:
https://codepen.io/galta/pen/KKdvQez