-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnzp_layouts.layouts.yml
82 lines (73 loc) · 1.63 KB
/
nzp_layouts.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
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
layout_nzp_one_col:
label: 'NZP One Column'
path: templates
template: layout--nzp-one-col
category: 'Columns: 1'
default_region: content
class: '\Drupal\nzp_layouts\Plugin\Layout\nzpOneColLayouts'
icon_map:
- [content]
regions:
content:
label: 'Main Content'
layout_nzp_two_col:
label: 'NZP Two Column'
path: templates
template: layout--nzp-two-col
category: 'Columns: 2'
default_region: one_col
class: '\Drupal\nzp_layouts\Plugin\Layout\nzpTwoColLayouts'
icon_map:
- [left]
- [right]
regions:
one_col:
label: Column 1
two_col:
label: Column 2
layout_accordion:
label: 'Accordion'
template: templates/layout--accordion
category: 'Components'
default_region: content
regions:
summary:
label: summary
content:
label: content
layout_nzp_tab:
label: 'Tabbed Interface'
template: templates/layout--nzp-tab
class: '\Drupal\nzp_layouts\Plugin\Layout\nzpTabLayouts'
library: nzp_layouts/nzp_tabs-library
category: 'Components'
default_region: content
regions:
tab_title:
label: Tab Title
tab_content_0:
label: Tab 1
tab_content_1:
label: Tab 2
tab_content_2:
label: Tab 3
tab_content_3:
label: Tab 4
tab_content_4:
label: Tab 5
tab_content_5:
label: Tab 6
layout_flyout:
label: 'NZP OffCanvas'
path: templates
template: layout--nzp-offcanvas
library: nzp_layouts/nzp_offcanvas-library
category: ''
default_region: content
class: '\Drupal\nzp_layouts\Plugin\Layout\nzpOffCanvasLayout'
icon_map:
- [top]
- [bottom]
regions:
content:
label: Content