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 / facebook-embed / block.json

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

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