Files
hmngy_pasarela_Frontend/dist/js/app.init.horizontal-fullwidth.js
LuisAngelSalinasl 8fcbb98114 Primer Commit
2025-08-04 18:51:41 -06:00

14 lines
896 B
JavaScript

$(function() {
"use strict";
$("#main-wrapper").AdminSettings({
Theme: false, // this can be true or false ( true means dark and false means light ),
Layout: 'horizontal',
LogoBg: 'skin1', // You can change the Value to be skin1/skin2/skin3/skin4/skin5/skin6
NavbarBg: 'skin1', // You can change the Value to be skin1/skin2/skin3/skin4/skin5/skin6
SidebarType: 'full', // You can change it full / mini-sidebar / iconbar / overlay
SidebarColor: 'skin6', // You can change the Value to be skin1/skin2/skin3/skin4/skin5/skin6
SidebarPosition: false, // it can be true / false ( true means Fixed and false means absolute )
HeaderPosition: false, // it can be true / false ( true means Fixed and false means absolute )
BoxedLayout: false, // it can be true / false ( true means Boxed and false means Fluid )
});
});