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.

index.js
const state = {
	rtlLayout: false
	
}

Last updated