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

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

51 lines 901 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "name": "b-blocks/gif",
4 "title": "Gif Image",
5 "description": "Embed gif image.",
6 "category": "bBlocks",
7 "keywords": [
8 "video image",
9 "embed gif image",
10 "animated image"
11 ],
12 "textdomain": "b-blocks",
13 "attributes": {
14 "align": {
15 "type": "string",
16 "default": ""
17 },
18 "cId": {
19 "type": "string",
20 "default": ""
21 },
22 "gif": {
23 "type": "object",
24 "default": null
25 },
26 "gifAlign": {
27 "type": "string",
28 "default": "center"
29 },
30 "gifWidth": {
31 "type": "string",
32 "default": "0px"
33 }
34 },
35 "supports": {
36 "align": [
37 "wide",
38 "full"
39 ],
40 "html": false
41 },
42 "example": {
43 "attributes": {
44 "preview": true
45 }
46 },
47 "editorScript": "file:../index.js",
48 "style": "file:./view.css",
49 "render": "file:./render.php",
50 "viewScript": "file:./view.js"
51 }