RTL Version
To have Light mode enabled, replace the reference of app.min.css
to app-rtl.min.css
and
bootstrap.min.css
to
bootstrap-rtl.min.css
in the layouts/head-css.php
and make sure to update the app.js
has initSettings() function which you need to comment out and <html dir="rtl">
add in head-main.php. Because it will set to default the light version.