forked from YCloudYUSA/y_lb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
y_lb.layouts.yml
41 lines (40 loc) · 1.16 KB
/
y_lb.layouts.yml
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
ws_header:
label: 'WS Header'
category: 'WS Layouts'
class: '\Drupal\y_lb\Plugin\Layout\WsHeaderLayout'
library: y_lb/header
template: templates/ws-header
default_region: header_top_left
regions:
header_top_left:
label: Utility Nav left
header_top_right:
label: Utility Nav right
header_bottom_left:
label: Main Nav logo
header_bottom_middle:
label: Main Nav menu
header_bottom_right:
label: Second Nav menu
icon_map:
- [ header_top_left, header_top_right, header_bottom_left, header_bottom_middle, header_bottom_right]
ws_footer:
label: 'WS Footer'
category: 'WS Layouts'
class: '\Drupal\y_lb\Plugin\Layout\WsFooterLayout'
library: y_lb/footer
template: templates/ws-footer
default_region: footer_first_column
regions:
footer_top_left:
label: Footer top left
footer_top_middle:
label: Footer top middle
footer_top_right:
label: Footer top right
footer_bottom_left:
label: Footer bottom left
footer_bottom_right:
label: Footer bottom right
icon_map:
- [ footer_top_left, footer_top_middle, footer_top_right, footer_bottom_left, footer_bottom_right]