π¦πͺRtl Layout
To make an RTL layout in the theme change value in "/Mantis/Views/Shared/_config.cshtml".
TempData["RtlLayout"] = 'true';β
To make an LTR layout in the theme change value in "/Mantis/Views/Shared/_config.cshtml".
TempData["RtlLayout"] = 'false';Last updated