Rtl
Rtl will help to display the rtl languages properly.
To enable RTL:
Simply go to src>store>modules>settings>index.js
then change rtlLayout to true . Rtl will be applied to the whole site.
const state = {
rtlLayout: false
}
Last updated
Was this helpful?