diff --git a/config/theme.php b/config/theme.php index a08580a..ceb3459 100644 --- a/config/theme.php +++ b/config/theme.php @@ -7,13 +7,13 @@ return [ 'custom' => [ - 'myLayout' => 'vertical', // Options[String]: vertical(default), horizontal + 'myLayout' => 'horizontal', // Options[String]: vertical(default), horizontal 'myTheme' => 'theme-default', // Options[String]: theme-default(default), theme-bordered, theme-semi-dark 'myStyle' => 'light', // Options[String]: light(default), dark & system mode 'myRTLSupport' => true, // options[Boolean]: true(default), false // To provide RTLSupport or not 'myRTLMode' => false, // options[Boolean]: false(default), true // To set layout to RTL layout (myRTLSupport must be true for rtl mode) 'hasCustomizer' => true, // options[Boolean]: true(default), false // Display customizer or not THIS WILL REMOVE INCLUDED JS FILE. SO LOCAL STORAGE WON'T WORK - 'displayCustomizer' => true, // options[Boolean]: true(default), false // Display customizer UI or not, THIS WON'T REMOVE INCLUDED JS FILE. SO LOCAL STORAGE WILL WORK + 'displayCustomizer' => false, // options[Boolean]: true(default), false // Display customizer UI or not, THIS WON'T REMOVE INCLUDED JS FILE. SO LOCAL STORAGE WILL WORK 'contentLayout' => 'compact', // options[String]: 'compact', 'wide' (compact=container-xxl, wide=container-fluid) 'navbarType' => 'sticky', // options[String]: 'sticky', 'static', 'hidden' (Only for vertical Layout) 'footerFixed' => false, // options[Boolean]: false(default), true // Footer Fixed @@ -22,7 +22,7 @@ 'headerType' => 'fixed', // options[String]: 'static', 'fixed' (for horizontal layout only) 'showDropdownOnHover' => true, // true, false (for horizontal layout only) 'customizerControls' => [ - 'rtl', + // 'rtl', 'style', 'headerType', 'contentLayout',