Add new version in repository
This commit is contained in:
@@ -11,8 +11,8 @@ return [
|
||||
'type' => 'light',
|
||||
'border' => true,
|
||||
'user' => [
|
||||
'visible' => false,
|
||||
'shadow' => 0,
|
||||
'visible' => true,
|
||||
'shadow' => 2,
|
||||
],
|
||||
],
|
||||
'sidebar' => [
|
||||
@@ -27,20 +27,20 @@ return [
|
||||
'brand' => [
|
||||
'bg' => 'gray-dark',
|
||||
'logo' => [
|
||||
'bg' => 'blue',
|
||||
'icon' => '<i class="fa fa-cubes"></i>',
|
||||
'text' => '<strong>BO</strong>ilerplate',
|
||||
'bg' => '',
|
||||
'icon' => '',
|
||||
'text' => 'Jardinenvie',
|
||||
'shadow' => 2,
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'visible' => true,
|
||||
'visible' => false,
|
||||
'shadow' => 2,
|
||||
],
|
||||
],
|
||||
'footer' => [
|
||||
'visible' => true,
|
||||
'vendorname' => 'Boilerplate',
|
||||
'vendorname' => 'Jardinenvie',
|
||||
'vendorlink' => '',
|
||||
],
|
||||
'card' => [
|
||||
|
||||
Reference in New Issue
Block a user