my Django-TinyMce direction has turned rtl due to my language and everything looks fine except the code sample plugin which has gotten rtl and scrambles the code. I would appreciate anyone help me figure this out. I want code sample to be ltr while everything else is rtl. Thanks in advance
Asked
Active
Viewed 60 times
1 Answers
0
Please follow these steps:
- Add
directionality
to the list of plugins. - Add
ltr rtl
to your toolbar. - Before inserting the code sample, make sure the text direction is set to
ltr
.
That's it.
You may read more about this plugin here.

Omid Shojaee
- 333
- 1
- 4
- 20