For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ‡¦πŸ‡ͺRtl Layout

To make an RTL layout in the theme change value in ".env".

rtl_layout = 'true'

​

To make an LTR layout in the theme change value in ".env".

rtl_layout = 'false'

our default theme layout is LTR

Last updated