Skip to content

Commit 0c966b5

Browse files
committed
Apply fixes from StyleCI
1 parent 65f8dc8 commit 0c966b5

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

config/backpack/theme-tabler.php

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
/**
17-
* 1st layer of customization
17+
* 1st layer of customization.
1818
*
1919
* Simple pick a layout and let Backpack decide the best look for it.
2020
* No extra step is required.
@@ -26,7 +26,7 @@
2626

2727
/**
2828
* Pick a login page layout.
29-
* Possible values: default, illustration, cover
29+
* Possible values: default, illustration, cover.
3030
*/
3131
'auth_layout' => 'default', // default, illustration, cover
3232

@@ -49,7 +49,7 @@
4949
],
5050

5151
/**
52-
* 2nd Layer of customization
52+
* 2nd Layer of customization.
5353
*
5454
* If you need to further customize the way your panel looks,
5555
* these options will help you achieve that.
@@ -60,8 +60,8 @@
6060
*/
6161
'colorModes' => [
6262
'system' => 'la-desktop',
63-
'light' => 'la-sun',
64-
'dark' => 'la-moon',
63+
'light' => 'la-sun',
64+
'dark' => 'la-moon',
6565
],
6666

6767
/**
@@ -104,7 +104,7 @@
104104
],
105105

106106
/**
107-
* 3rd Layer of customization
107+
* 3rd Layer of customization.
108108
*
109109
* In case the first two steps were not enough, here you have full control over
110110
* the classes that make up the look of your panel.
@@ -121,7 +121,6 @@
121121
* bg-indigo, bg-purple, bg-pink, bg-red, bg-orange, bg-yellow, bg-green, bg-teal, bg-cyan, bg-white.
122122
*
123123
* For links to be visible on different background colors use: "navbar-dark", "navbar-light".
124-
*
125124
*/
126125
'topHeader' => null,
127126

@@ -131,7 +130,7 @@
131130
* - Remove "navbar-dark/light"
132131
* - Remove "navbar-light/dark" from 'classes.topHeader' and instead use "bg-light"
133132
* You can also add a background class like bg-dark, bg-primary, bg-secondary, bg-danger, bg-warning, bg-success,
134-
* bg-info, bg-blue, bg-light-blue, bg-indigo, bg-purple, bg-pink, bg-red, bg-orange, bg-yellow, bg-green, bg-teal, bg-cyan
133+
* bg-info, bg-blue, bg-light-blue, bg-indigo, bg-purple, bg-pink, bg-red, bg-orange, bg-yellow, bg-green, bg-teal, bg-cyan.
135134
*/
136135
'sidebar' => null,
137136

@@ -156,24 +155,24 @@
156155

157156
/**
158157
* Use this to pass classes to the table displayed in List Operation
159-
* It defaults to: "table table-striped table-hover nowrap rounded card-table table-vcenter card-table shadow-xs border-xs"
158+
* It defaults to: "table table-striped table-hover nowrap rounded card-table table-vcenter card-table shadow-xs border-xs".
160159
*/
161160
'table' => null,
162161

163162
/**
164-
* Use this to pass classes to the table wrapper component displayed in List Operation
163+
* Use this to pass classes to the table wrapper component displayed in List Operation.
165164
*/
166165
'tableWrapper' => null,
167166
],
168167

169-
/**
170-
* 4th Layer of customization
171-
*
172-
* Alright, if nothing so far met your need, then you still have an easy way to build
173-
* a custom layout using the already existing components of this theme.
174-
*
175-
* 1. Create a new blade file in resources/views/layouts/your-custom-layout.blade.php
176-
* 2. Replace the value of layout on this file with "your-custom-layout"
177-
* 3. Customize the blade and place components such as sidebar, header, top-bar, where you need them!
178-
*/
168+
/**
169+
* 4th Layer of customization.
170+
*
171+
* Alright, if nothing so far met your need, then you still have an easy way to build
172+
* a custom layout using the already existing components of this theme.
173+
*
174+
* 1. Create a new blade file in resources/views/layouts/your-custom-layout.blade.php
175+
* 2. Replace the value of layout on this file with "your-custom-layout"
176+
* 3. Customize the blade and place components such as sidebar, header, top-bar, where you need them!
177+
*/
179178
];

0 commit comments

Comments
 (0)