mostafaznv / nova-ckeditor

CkEditor 5 Field for Laravel Nova with Media & Snippet Browsers
https://mostafaznv.gitbook.io/nova-ckeditor/
MIT License
51 stars 21 forks source link

RTL Direction #37

Closed medbadisguesmi closed 1 year ago

medbadisguesmi commented 1 year ago

Could you help me how to add rtl direction

mostafaznv commented 1 year ago

Read the documentation please. You can change it through config file: https://github.com/mostafaznv/nova-ckeditor/blob/83f2616f19f61962d4db5b1c863afc985668ef8b/config/nova-ckeditor.php#L76-L86

medbadisguesmi commented 1 year ago

First thank you for your reply, the issue is i need to use it as a translatable so i need something like this

image (1)

mostafaznv commented 1 year ago

I will release this in future release.

medbadisguesmi commented 1 year ago

many thanks

mostafaznv commented 1 year ago

Hi again. CKEditor has a plugin to handle direction of text fragments.

I added this plugin to v3.3.0 Please upgrade and check the documentation.

mostafaznv commented 1 year ago

Hi again. CKEditor has a plugin to handle direction of text fragments.

I added this plugin to v3.3.0 Please upgrade and check the documentation.

Note: You should update your configuration file.

https://github.com/mostafaznv/nova-ckeditor/blob/b13a74883e4f98889d673a342288260e8ed8e272/config/nova-ckeditor.php#L113

medbadisguesmi commented 1 year ago

Yes sir it works now, thx so much.