PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.7
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.7
2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 All 107 releases
b-blocks / build / navigation / block.json

block.json in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.7, at build/navigation/block.json

335 lines 7.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "b-blocks/navigation",
5 "version": "1.0.0",
6 "title": "bBlocks Navigation",
7 "category": "bBlocks",
8 "description": "Display navigation in your website with stunning & organized appearance.",
9 "keywords": [
10 "navbar",
11 "navigation",
12 "menu",
13 "menubar"
14 ],
15 "textdomain": "b-blocks",
16 "attributes": {
17 "align": {
18 "type": "string",
19 "default": ""
20 },
21 "layout": {
22 "type": "object",
23 "default": {
24 "orientation": "is-horizontal",
25 "preset": "preset-1",
26 "alignment": "left",
27 "verticalAlignment": "left",
28 "isWrapMultipleLine": true,
29 "isOpenOnClick": true,
30 "isMenuIcon": true
31 }
32 },
33 "hamburger": {
34 "type": "object",
35 "default": {
36 "buttonType": "icon",
37 "displayMenu": "mobile",
38 "button": {
39 "size": {
40 "desktop": 30,
41 "tablet": "",
42 "mobile": ""
43 },
44 "color": "",
45 "padding": {
46 "desktop": {
47 "top": "10px",
48 "right": "10px",
49 "bottom": "10px",
50 "left": "10px"
51 },
52 "tablet": {},
53 "mobile": {}
54 }
55 },
56 "container": {
57 "background": {
58 "color": "#fff"
59 },
60 "padding": {
61 "desktop": {
62 "top": "5px",
63 "right": "5px",
64 "bottom": "5px",
65 "left": "5px"
66 },
67 "tablet": {},
68 "mobile": {}
69 }
70 },
71 "items": {
72 "typo": {
73 "fontWeight": 600,
74 "fontVariant": "600"
75 },
76 "padding": {
77 "desktop": {
78 "top": "15px",
79 "right": "15px",
80 "bottom": "15px",
81 "left": "15px"
82 },
83 "tablet": {},
84 "mobile": {}
85 },
86 "border": {},
87 "borderRadius": {},
88 "colors": {
89 "normal": {
90 "text": "",
91 "bg": ""
92 },
93 "hover": {
94 "text": "",
95 "bg": ""
96 }
97 }
98 },
99 "closeButton": {
100 "color": "",
101 "alignment": "right"
102 }
103 }
104 },
105 "styles": {
106 "type": "object",
107 "default": {
108 "typo": {
109 "fontWeight": 600
110 },
111 "padding": {
112 "desktop": {
113 "top": "20px",
114 "right": "20px",
115 "bottom": "20px",
116 "left": "20px"
117 },
118 "tablet": {},
119 "mobile": {}
120 },
121 "margin": {
122 "desktop": {},
123 "tablet": {},
124 "mobile": {}
125 },
126 "colors": {
127 "normal": {
128 "normal": "#52555d",
129 "hover": ""
130 },
131 "active": {
132 "normal": "",
133 "hover": ""
134 }
135 }
136 }
137 },
138 "dropdownStyles": {
139 "type": "object",
140 "default": {
141 "container": {
142 "width": {
143 "desktop": 200,
144 "tablet": "",
145 "mobile": ""
146 },
147 "background": {},
148 "padding": {
149 "desktop": {
150 "top": "5px",
151 "right": "5px",
152 "bottom": "5px",
153 "left": "5px"
154 },
155 "tablet": {},
156 "mobile": {}
157 },
158 "border": {},
159 "borderRadius": {},
160 "shadow": {}
161 },
162 "menuItems": {
163 "typo": {
164 "fontWeight": 600
165 },
166 "padding": {
167 "desktop": {
168 "top": "10px",
169 "right": "10px",
170 "bottom": "10px",
171 "left": "10px"
172 },
173 "tablet": {},
174 "mobile": {}
175 },
176 "colors": {
177 "transition": "",
178 "normal": {
179 "normal": "",
180 "hover": ""
181 },
182 "active": {
183 "normal": "",
184 "hover": ""
185 }
186 }
187 }
188 }
189 },
190 "caret": {
191 "type": "object",
192 "default": {
193 "size": {
194 "desktop": 15,
195 "tablet": "",
196 "mobile": ""
197 },
198 "color": {
199 "normal": "#475467",
200 "hover": "#101828"
201 }
202 }
203 },
204 "advanced": {
205 "type": "object",
206 "default": {
207 "dimension": {
208 "padding": {
209 "desktop": {
210 "top": "0px",
211 "right": "0px",
212 "bottom": "0px",
213 "left": "0px"
214 },
215 "tablet": {
216 "top": "0px",
217 "right": "0px",
218 "bottom": "0px",
219 "left": "0px"
220 },
221 "mobile": {
222 "top": "0px",
223 "right": "0px",
224 "bottom": "0px",
225 "left": "0px"
226 }
227 }
228 },
229 "borderShadow": {
230 "normal": {
231 "radius": {
232 "top": "5px",
233 "right": "5px",
234 "bottom": "5px",
235 "left": "5px"
236 },
237 "shadow": [
238 {
239 "hOffset": "0px",
240 "vOffset": "0px",
241 "blur": "18px",
242 "spreed": "0px",
243 "color": "#7090b0",
244 "isInset": false
245 }
246 ]
247 }
248 },
249 "background": {
250 "normal": {
251 "type": "color",
252 "color": "rgba(255, 255, 255, 1)",
253 "gradient": {
254 "type": "radial",
255 "radialType": "ellipse",
256 "colors": [
257 {
258 "color": "rgba(58, 66, 222, 1)",
259 "position": "0"
260 },
261 {
262 "color": "rgba(176, 195, 235, 1)",
263 "position": "80"
264 }
265 ],
266 "centerPositions": {
267 "x": 50,
268 "y": 50
269 },
270 "angel": 90
271 },
272 "img": {
273 "url": "",
274 "desktop": {
275 "position": "center center",
276 "xPosition": 0,
277 "yPosition": 0,
278 "attachment": "",
279 "repeat": "no-repeat",
280 "size": "",
281 "customSize": "0px"
282 },
283 "tablet": {
284 "position": "center center",
285 "xPosition": 0,
286 "yPosition": 0,
287 "attachment": "",
288 "repeat": "no-repeat",
289 "size": "",
290 "customSize": "0px"
291 },
292 "mobile": {
293 "position": "center center",
294 "xPosition": 0,
295 "yPosition": 0,
296 "attachment": "",
297 "repeat": "no-repeat",
298 "size": "",
299 "customSize": "0px"
300 }
301 },
302 "video": {
303 "url": "",
304 "loop": false
305 },
306 "transition": 0.3
307 }
308 }
309 }
310 }
311 },
312 "supports": {
313 "align": [
314 "wide",
315 "full"
316 ],
317 "html": false
318 },
319 "example": {
320 "attributes": {}
321 },
322 "editorScript": [
323 "file:../index.js",
324 "lodash",
325 "aos"
326 ],
327 "style": "file:./view.css",
328 "render": "file:./render.php",
329 "viewScript": [
330 "file:./view.js",
331 "react",
332 "react-dom",
333 "lodash"
334 ]
335 }