This commit is contained in:
Dr Masroor Ehsan 2025-01-04 21:19:04 +06:00
parent 424e8d64ec
commit 273d862d7e

View File

@ -7,13 +7,13 @@
return [ return [
'custom' => [ '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 'myTheme' => 'theme-default', // Options[String]: theme-default(default), theme-bordered, theme-semi-dark
'myStyle' => 'light', // Options[String]: light(default), dark & system mode 'myStyle' => 'light', // Options[String]: light(default), dark & system mode
'myRTLSupport' => true, // options[Boolean]: true(default), false // To provide RTLSupport or not '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) '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 '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) 'contentLayout' => 'compact', // options[String]: 'compact', 'wide' (compact=container-xxl, wide=container-fluid)
'navbarType' => 'sticky', // options[String]: 'sticky', 'static', 'hidden' (Only for vertical Layout) 'navbarType' => 'sticky', // options[String]: 'sticky', 'static', 'hidden' (Only for vertical Layout)
'footerFixed' => false, // options[Boolean]: false(default), true // Footer Fixed 'footerFixed' => false, // options[Boolean]: false(default), true // Footer Fixed
@ -22,7 +22,7 @@
'headerType' => 'fixed', // options[String]: 'static', 'fixed' (for horizontal layout only) 'headerType' => 'fixed', // options[String]: 'static', 'fixed' (for horizontal layout only)
'showDropdownOnHover' => true, // true, false (for horizontal layout only) 'showDropdownOnHover' => true, // true, false (for horizontal layout only)
'customizerControls' => [ 'customizerControls' => [
'rtl', // 'rtl',
'style', 'style',
'headerType', 'headerType',
'contentLayout', 'contentLayout',