Search code examples
tinymceimpresspages

How to config writing direction from right to left in tinyMce with impresspages plugin


I try to update tinyMce plugin to be able writing from right to left (like Arabic,Urdu,Persian) .

So i found this code in tinyMce support

tinymce.init({

directionality : 'rtl',

});

The problem is that i don't found where i can add this lines ?

So what is the file to edit this issue

Wait for you answer ... Thank you


Solution

  • Here's the documentation about TinyMCE configuration in ImpressPages - http://www.impresspages.org/docs/tinymce

    And example plugins to get you started - http://market.impresspages.org/plugins/?q=tinymce Download any of it, check how it's built and change to your needs.