|
8 | 8 | <BuilderSelectItem |
9 | 9 | title.translate="Default" |
10 | 10 | actionParam="[ |
11 | | - { |
12 | | - action: 'setWebsiteHeaderVisibility', |
13 | | - actionValue: 'regular', |
14 | | - }, |
15 | 11 | { |
16 | 12 | action: 'websiteConfig', |
17 | 13 | actionParam: { |
|
25 | 21 | </BuilderSelectItem> |
26 | 22 | <BuilderSelectItem |
27 | 23 | title.translate="Hamburger menu" |
28 | | - actionParam="[ |
29 | | - { |
30 | | - action: 'setWebsiteHeaderVisibility', |
31 | | - actionValue: 'regular', |
32 | | - }, |
| 24 | + actionParam="[ |
33 | 25 | { |
34 | 26 | action: 'websiteConfig', |
35 | 27 | actionParam: { |
|
44 | 36 | <BuilderSelectItem |
45 | 37 | title.translate="Rounded box menu" |
46 | 38 | actionParam="[ |
47 | | - { |
48 | | - action: 'setWebsiteHeaderVisibility', |
49 | | - actionValue: 'overTheContent', |
50 | | - }, |
51 | 39 | { |
52 | 40 | action: 'websiteConfig', |
53 | 41 | actionParam: { |
|
62 | 50 | <BuilderSelectItem |
63 | 51 | title.translate="Stretch menu" |
64 | 52 | actionParam="[ |
65 | | - { |
66 | | - action: 'setWebsiteHeaderVisibility', |
67 | | - actionValue: 'regular', |
68 | | - }, |
69 | 53 | { |
70 | 54 | action: 'websiteConfig', |
71 | 55 | actionParam: { |
|
79 | 63 | </BuilderSelectItem> |
80 | 64 | <BuilderSelectItem |
81 | 65 | title.translate="Vertical" |
82 | | - actionParam="[ |
83 | | - { |
84 | | - action: 'setWebsiteHeaderVisibility', |
85 | | - actionValue: 'regular', |
86 | | - }, |
| 66 | + actionParam="[ |
87 | 67 | { |
88 | 68 | action: 'websiteConfig', |
89 | 69 | actionParam: { |
|
98 | 78 | <BuilderSelectItem |
99 | 79 | title.translate="Menu with Search bar" |
100 | 80 | actionParam="[ |
101 | | - { |
102 | | - action: 'setWebsiteHeaderVisibility', |
103 | | - actionValue: 'regular', |
104 | | - }, |
105 | 81 | { |
106 | 82 | action: 'websiteConfig', |
107 | 83 | actionParam: { |
|
116 | 92 | <BuilderSelectItem |
117 | 93 | title.translate="Menu - Sales 1" |
118 | 94 | actionParam="[ |
119 | | - { |
120 | | - action: 'setWebsiteHeaderVisibility', |
121 | | - actionValue: 'regular', |
122 | | - }, |
123 | 95 | { |
124 | 96 | action: 'websiteConfig', |
125 | 97 | actionParam: { |
|
134 | 106 | <BuilderSelectItem |
135 | 107 | title.translate="Menu - Sales 2" |
136 | 108 | actionParam="[ |
137 | | - { |
138 | | - action: 'setWebsiteHeaderVisibility', |
139 | | - actionValue: 'regular', |
140 | | - }, |
141 | 109 | { |
142 | 110 | action: 'websiteConfig', |
143 | 111 | actionParam: { |
|
152 | 120 | <BuilderSelectItem |
153 | 121 | title.translate="Menu - Sales 3" |
154 | 122 | actionParam="[ |
155 | | - { |
156 | | - action: 'setWebsiteHeaderVisibility', |
157 | | - actionValue: 'regular', |
158 | | - }, |
159 | 123 | { |
160 | 124 | action: 'websiteConfig', |
161 | 125 | actionParam: { |
|
170 | 134 | <BuilderSelectItem |
171 | 135 | title.translate="Menu - Sales " |
172 | 136 | actionParam="[ |
173 | | - { |
174 | | - action: 'setWebsiteHeaderVisibility', |
175 | | - actionValue: 'regular', |
176 | | - }, |
177 | 137 | { |
178 | 138 | action: 'websiteConfig', |
179 | 139 | actionParam: { |
|
189 | 149 | id="'header_sidebar_opt'" |
190 | 150 | title.translate="Sidebar" |
191 | 151 | actionParam="[ |
192 | | - { |
193 | | - action: 'setWebsiteHeaderVisibility', |
194 | | - actionValue: 'regular', |
195 | | - }, |
196 | 152 | { |
197 | 153 | action: 'websiteConfig', |
198 | 154 | actionParam: { |
|
0 commit comments