-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrap-italia.php
302 lines (259 loc) · 8.68 KB
/
bootstrap-italia.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<?php
return [
/*
|--------------------------------------------------------------------------
| Title
|--------------------------------------------------------------------------
|
| The default title of your pages, this goes into the title tag
| of your page. You can override it per page with the title section.
| You can optionally also specify a title prefix and/or postfix.
|
|--------------------------------------------------------------------------
*/
'title' => 'APPosto',
'title_prefix' => '',
'title_postfix' => '',
/*
|--------------------------------------------------------------------------
| Logo / brand-text / tagline / owner
|--------------------------------------------------------------------------
|
| Logo and brand-text are displayed at the upper left corner of your pages.
| You can specify an icon (with its name) or an image (with its url)
| The logo has also a tagline, used as subtitle. The owner is the
| institution owning the application
|
|--------------------------------------------------------------------------
*/
'logo' => [
// 'type' => 'icon',
//'icon' => 'pa',
],
/*
'logo' => [
'type' => 'url',
'url' => 'img/logo.png',
],
*/
'brand-text' => 'APPosto',
'brand-text-small' => 'APPosto',
'tagline' => '',
'owner' => [
'description' => 'Dipartimento per la trasformazione digitale',
'link' => '#',
],
/*
|--------------------------------------------------------------------------
| Appearance of the pages
|--------------------------------------------------------------------------
|
| - slim-header-light: set to true for a white slim-header
| - small-header: set to true for a smaller header height
|
|--------------------------------------------------------------------------
*/
'slim-header-light' => false,
'small-header' => false,
'sticky-header' => false,
/*
|--------------------------------------------------------------------------
| Auth section
|--------------------------------------------------------------------------
|
| Set to false or null if you do not require authentication.
|
|--------------------------------------------------------------------------
*/
'auth' => [
'login' => [
'type' => 'route',
'route' => 'login',
],
'logout' => [
'type' => 'route',
'route' => 'logout',
'method' => 'post',
],
],
/*
|--------------------------------------------------------------------------
| Additional links
|--------------------------------------------------------------------------
|
| Set to false or null to hide element, set type to url or route
| according to your needs.
|
|--------------------------------------------------------------------------
*/
'routes' => [
'home' => [
'type' => 'url',
'url' => '/',
],
/* You can also specify a route instead
'home' => [
'type' => 'route',
'route' => home',
],
'search' => [
'type' => 'url',
'url' => '#',
],
'newsletter' => [
'type' => 'url',
'url' => '#',
],*/
],
/*
|--------------------------------------------------------------------------
| Extra components
|--------------------------------------------------------------------------
|
| Set to false or null if you want to hide the elements.
|
|--------------------------------------------------------------------------
*/
'socials' => [
/*[
'icon' => 'designers-italia',
'text' => 'Designer Italia',
'url' => '#',
],
[
'icon' => 'twitter',
'text' => 'Twitter',
'url' => '#',
],
[
'icon' => 'medium',
'text' => 'Medium',
'url' => '#',
],
[
'icon' => 'behance',
'text' => 'Behance',
'url' => '#',
],*/
],
/*
|--------------------------------------------------------------------------
| Menu Items
|--------------------------------------------------------------------------
|
| Specify your menu items to display for:
| - slim-header
| - header
| - footer-menu
| - footer-bar
|
| Each menu item should have a text and a URL. A string instead of an array
| represents a header. The 'can' is a filter on Laravel's built in Gate
| functionality.
|
| Address and contacts-links can be set to false or null.
|
| See details in the readme for configuring dropdowns and megamenus.
|
*/
'menu' => [
'slim-header' => [
[
'url' => '/',
'text' => 'Pagina iniziale',
],
[
'url' => 'contatti',
'text' => 'Contatti',
'target' => '_blank',
],
],
'header' => [
[
'url' => '/dashboard',
'text' => 'Menu generale',
] ,
[
'text' => 'Link veloci',
'megamenu' => [
[
'Prenotazioni',
[
'url' => '/booking',
'text' => 'Prenota',
// 'target' => '_blank',
// 'can' => 'set',
],
'-',
[
'url' => '/booking/history',
'text' => 'Storico',
],
'-',
[
'url' => '/booking/current',
'text' => 'Attive',
],
],
[
'Varie',
[
'url' => '/contacts',
'text' => 'Cerca collega',
],
'-',
[
'url' => '/profile',
'text' => 'Modifica Info',
],
'-',
[
'url' => '/booking/check-desk',
'text' => 'Verifica Disponibilità',
],
],
]
],
],
'footer' => [
],
'footer-bar' => [
[
'url' => env('OPEN_SPACE_DTD', 'https://governoit.sharepoint.com/sites/DTD-Documentale'),
'title' => 'Open Space del DTD',
'text' => 'Open Space del DTD',
'target' => '_blank',
],
[
'url' => env('SEDI_DIPARTIMENTO', 'https://governoit.sharepoint.com/sites/DTD-Documentale/SitePages/Sedi-DTD.aspx'),
'title' => 'Sedi del DTD',
'text' => 'Sedi del DTD',
'target' => '_blank',
],
[
'url' => env('POLICY_SPAZI', 'https://governoit.sharepoint.com/:w:/r/sites/DTD-Documentale/_layouts/15/Doc.aspx?sourcedoc=%7B79E13108-D46D-4CC5-A66D-65BA66F4A78D%7D&file=Policy_Spazi_Via_Alessandria.docx&action=default&mobileredirect=true') ,
'text' => 'Policy degli spazi',
'target' => '_blank',
]
]
],
'address' => false,//<strong>Comune di Lorem Ipsum</strong><br> Via Roma 0 - 00000 Lorem Ipsum Codice fiscale / P. IVA: 000000000',
'contacts-links' => false,
/*
|--------------------------------------------------------------------------
| Menu Filters
|--------------------------------------------------------------------------
|
| Choose what filters you want to include for rendering the menu.
| You can add your own filters to this array after you've created them.
| You can comment out the GateFilter if you don't want to use Laravel's
| built in Gate functionality.
|
|--------------------------------------------------------------------------
*/
'filters' => [
italia\DesignLaravelTheme\Menu\Filters\HrefFilter::class,
italia\DesignLaravelTheme\Menu\Filters\ActiveFilter::class,
italia\DesignLaravelTheme\Menu\Filters\GateFilter::class,
],
];