update patch 1

This commit is contained in:
fiqhpratama
2024-12-02 01:18:34 +07:00
parent 453d9bb470
commit 25026b0a85
3380 changed files with 103529 additions and 363623 deletions
+17 -17
View File
@@ -14,7 +14,7 @@ return [
|
*/
'title' => 'Xpendify',
'title' => 'AdminLTE 3',
'title_prefix' => '',
'title_postfix' => '',
@@ -31,7 +31,7 @@ return [
*/
'use_ico_only' => false,
'use_full_favicon' => true,
'use_full_favicon' => false,
/*
|--------------------------------------------------------------------------
@@ -63,12 +63,12 @@ return [
|
*/
'logo' => '<b>TIA</b> Xpendify',
'logo_img' => 'vendor/adminlte/dist/img/logo.png',
'logo_img_class' => 'brand-image',
'logo' => '<b>Admin</b>LTE',
'logo_img' => 'vendor/adminlte/dist/img/AdminLTELogo.png',
'logo_img_class' => 'brand-image img-circle elevation-3',
'logo_img_xl' => null,
'logo_img_xl_class' => 'brand-image-xs',
'logo_img_alt' => 'App Logo',
'logo_img_alt' => 'Admin Logo',
/*
|--------------------------------------------------------------------------
@@ -86,11 +86,11 @@ return [
'auth_logo' => [
'enabled' => false,
'img' => [
'path' => 'vendor/adminlte/dist/img/logo.png',
'path' => 'vendor/adminlte/dist/img/AdminLTELogo.png',
'alt' => 'Auth Logo',
'class' => '',
'width' => 80,
'height' => 80,
'width' => 50,
'height' => 50,
],
],
@@ -113,11 +113,11 @@ return [
'enabled' => true,
'mode' => 'fullscreen',
'img' => [
'path' => 'vendor/adminlte/dist/img/logo-preloader.png',
'alt' => 'Preloader Image',
'path' => 'vendor/adminlte/dist/img/AdminLTELogo.png',
'alt' => 'AdminLTE Preloader Image',
'effect' => 'animation__shake',
'width' => 80,
'height' => 80,
'width' => 60,
'height' => 60,
],
],
@@ -172,7 +172,7 @@ return [
*/
'classes_auth_card' => 'card-outline card-primary',
'classes_auth_header' => 'bg-gradient-primary',
'classes_auth_header' => '',
'classes_auth_body' => '',
'classes_auth_footer' => '',
'classes_auth_icon' => '',
@@ -191,12 +191,12 @@ return [
*/
'classes_body' => '',
'classes_brand' => 'brand-link bg-navy',
'classes_brand' => '',
'classes_brand_text' => '',
'classes_content_wrapper' => '',
'classes_content_header' => '',
'classes_content' => '',
'classes_sidebar' => 'main-sidebar elevation-4 sidebar-light-navy',
'classes_sidebar' => 'sidebar-dark-primary elevation-4',
'classes_sidebar_nav' => '',
'classes_topnav' => 'navbar-white navbar-light',
'classes_topnav_nav' => 'navbar-expand',
@@ -418,7 +418,7 @@ return [
/*
|--------------------------------------------------------------------------
|
| Plugins Initialization
|--------------------------------------------------------------------------
|
| Here we can modify the plugins used inside the admin panel.