|
14 | 14 | */ |
15 | 15 |
|
16 | 16 | /** |
17 | | - * 1st layer of customization |
| 17 | + * 1st layer of customization. |
18 | 18 | * |
19 | 19 | * Simple pick a layout and let Backpack decide the best look for it. |
20 | 20 | * No extra step is required. |
|
26 | 26 |
|
27 | 27 | /** |
28 | 28 | * Pick a login page layout. |
29 | | - * Possible values: default, illustration, cover |
| 29 | + * Possible values: default, illustration, cover. |
30 | 30 | */ |
31 | 31 | 'auth_layout' => 'default', // default, illustration, cover |
32 | 32 |
|
|
49 | 49 | ], |
50 | 50 |
|
51 | 51 | /** |
52 | | - * 2nd Layer of customization |
| 52 | + * 2nd Layer of customization. |
53 | 53 | * |
54 | 54 | * If you need to further customize the way your panel looks, |
55 | 55 | * these options will help you achieve that. |
|
60 | 60 | */ |
61 | 61 | 'colorModes' => [ |
62 | 62 | 'system' => 'la-desktop', |
63 | | - 'light' => 'la-sun', |
64 | | - 'dark' => 'la-moon', |
| 63 | + 'light' => 'la-sun', |
| 64 | + 'dark' => 'la-moon', |
65 | 65 | ], |
66 | 66 |
|
67 | 67 | /** |
|
104 | 104 | ], |
105 | 105 |
|
106 | 106 | /** |
107 | | - * 3rd Layer of customization |
| 107 | + * 3rd Layer of customization. |
108 | 108 | * |
109 | 109 | * In case the first two steps were not enough, here you have full control over |
110 | 110 | * the classes that make up the look of your panel. |
|
121 | 121 | * bg-indigo, bg-purple, bg-pink, bg-red, bg-orange, bg-yellow, bg-green, bg-teal, bg-cyan, bg-white. |
122 | 122 | * |
123 | 123 | * For links to be visible on different background colors use: "navbar-dark", "navbar-light". |
124 | | - * |
125 | 124 | */ |
126 | 125 | 'topHeader' => null, |
127 | 126 |
|
|
131 | 130 | * - Remove "navbar-dark/light" |
132 | 131 | * - Remove "navbar-light/dark" from 'classes.topHeader' and instead use "bg-light" |
133 | 132 | * 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. |
135 | 134 | */ |
136 | 135 | 'sidebar' => null, |
137 | 136 |
|
|
156 | 155 |
|
157 | 156 | /** |
158 | 157 | * 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". |
160 | 159 | */ |
161 | 160 | 'table' => null, |
162 | 161 |
|
163 | 162 | /** |
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. |
165 | 164 | */ |
166 | 165 | 'tableWrapper' => null, |
167 | 166 | ], |
168 | 167 |
|
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 | + */ |
179 | 178 | ]; |
0 commit comments