PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.3
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.3
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 1.5.5 All 106 releases
b-blocks / build / html / block.json

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

289 lines 6.7 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/html",
5 "version": "1.0.0",
6 "title": "HTML",
7 "category": "bBlocks",
8 "description": "Use the HTML block to add and preview HTML code in your posts or pages, enhancing your website's content and functionality.",
9 "keywords": [
10 "html",
11 "custom code",
12 "js",
13 "css"
14 ],
15 "textdomain": "b-blocks",
16 "attributes": {
17 "align": {
18 "type": "string",
19 "default": ""
20 },
21 "htmlCode": {
22 "type": "string",
23 "default": ""
24 },
25 "advanced": {
26 "type": "object",
27 "default": {
28 "dimension": {
29 "padding": {
30 "desktop": {
31 "top": "0px",
32 "right": "0px",
33 "bottom": "0px",
34 "left": "0px"
35 },
36 "tablet": {
37 "top": "0px",
38 "right": "0px",
39 "bottom": "0px",
40 "left": "0px"
41 },
42 "mobile": {
43 "top": "0px",
44 "right": "0px",
45 "bottom": "0px",
46 "left": "0px"
47 }
48 }
49 },
50 "borderShadow": {
51 "normal": {
52 "radius": {
53 "top": "0px",
54 "right": "0px",
55 "bottom": "0px",
56 "left": "0px"
57 },
58 "shadow": [
59 {
60 "hOffset": "0px",
61 "vOffset": "0px",
62 "blur": "0px",
63 "spreed": "0px",
64 "color": "#7090b0",
65 "isInset": false
66 }
67 ]
68 }
69 },
70 "background": {
71 "normal": {
72 "type": "color",
73 "color": "",
74 "gradient": {
75 "type": "radial",
76 "radialType": "ellipse",
77 "colors": [
78 {
79 "color": "rgba(58, 66, 222, 1)",
80 "position": "0"
81 },
82 {
83 "color": "rgba(176, 195, 235, 1)",
84 "position": "80"
85 }
86 ],
87 "centerPositions": {
88 "x": 50,
89 "y": 50
90 },
91 "angel": 90
92 },
93 "img": {
94 "url": "",
95 "desktop": {
96 "position": "center center",
97 "xPosition": 0,
98 "yPosition": 0,
99 "attachment": "",
100 "repeat": "no-repeat",
101 "size": "",
102 "customSize": "0px"
103 },
104 "tablet": {
105 "position": "center center",
106 "xPosition": 0,
107 "yPosition": 0,
108 "attachment": "",
109 "repeat": "no-repeat",
110 "size": "",
111 "customSize": "0px"
112 },
113 "mobile": {
114 "position": "center center",
115 "xPosition": 0,
116 "yPosition": 0,
117 "attachment": "",
118 "repeat": "no-repeat",
119 "size": "",
120 "customSize": "0px"
121 }
122 },
123 "video": {
124 "url": "",
125 "loop": false
126 },
127 "transition": 0.3
128 }
129 },
130 "transform": {
131 "normal": {
132 "rotate": {
133 "desktop": {
134 "z": "",
135 "y": "",
136 "x": ""
137 },
138 "tablet": {
139 "z": "",
140 "y": "",
141 "x": ""
142 },
143 "mobile": {
144 "z": "",
145 "y": "",
146 "x": ""
147 },
148 "threeDRotate": false
149 },
150 "offset": {
151 "desktop": {
152 "x": "",
153 "y": ""
154 },
155 "tablet": {
156 "x": "",
157 "y": ""
158 },
159 "mobile": {
160 "x": "",
161 "y": ""
162 }
163 },
164 "scale": {
165 "isProportion": true,
166 "desktop": {
167 "x": "",
168 "y": "",
169 "scale": ""
170 },
171 "tablet": {
172 "x": "",
173 "y": "",
174 "scale": ""
175 },
176 "mobile": {
177 "x": "",
178 "y": "",
179 "scale": ""
180 }
181 },
182 "skew": {
183 "desktop": {
184 "x": "",
185 "y": ""
186 },
187 "tablet": {
188 "x": "",
189 "y": ""
190 },
191 "mobile": {
192 "x": "",
193 "y": ""
194 }
195 },
196 "flipX": false,
197 "flipY": false
198 },
199 "hover": {
200 "rotate": {
201 "desktop": {
202 "z": "",
203 "y": "",
204 "x": ""
205 },
206 "tablet": {
207 "z": "",
208 "y": "",
209 "x": ""
210 },
211 "mobile": {
212 "z": "",
213 "y": "",
214 "x": ""
215 },
216 "threeDRotate": false
217 },
218 "offset": {
219 "desktop": {
220 "x": "",
221 "y": ""
222 },
223 "tablet": {
224 "x": "",
225 "y": ""
226 },
227 "mobile": {
228 "x": "",
229 "y": ""
230 }
231 },
232 "scale": {
233 "isProportion": true,
234 "desktop": {
235 "x": "",
236 "y": "",
237 "scale": ""
238 },
239 "tablet": {
240 "x": "",
241 "y": "",
242 "scale": ""
243 },
244 "mobile": {
245 "x": "",
246 "y": "",
247 "scale": ""
248 }
249 },
250 "skew": {
251 "desktop": {
252 "x": "",
253 "y": ""
254 },
255 "tablet": {
256 "x": "",
257 "y": ""
258 },
259 "mobile": {
260 "x": "",
261 "y": ""
262 }
263 },
264 "flipX": false,
265 "flipY": false
266 },
267 "transition": 200
268 }
269 }
270 }
271 },
272 "supports": {
273 "align": [
274 "wide",
275 "full"
276 ],
277 "html": false
278 },
279 "example": {
280 "attributes": {}
281 },
282 "editorScript": [
283 "file:../index.js",
284 "aos"
285 ],
286 "style": "file:./view.css",
287 "render": "file:./render.php",
288 "viewScript": "file:./view.js"
289 }