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

Rtl Layout

To make RTL layout in the theme change value in layout files located at Admin/views/layouts"main-layout.html, auth-layout.html, component-layout.html".

data-pc-direction="ltr"
at : <body data-pc-direction="ltr" >

To make LTR layout in the theme change value.

data-pc-direction="rtl"
at : <body data-pc-direction="rtl" >

our default theme layout is LTR

Last updated