PluginProbe
Tableberg – Simple Gutenberg Table Block / 0.5.7
Tableberg – Simple Gutenberg Table Block v0.5.7
1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 trunk 0.0.2 0.2.1 0.3.2 0.3.3 0.4.1 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 All 42 releases
tableberg / build / image / block.json

block.json in Tableberg – Simple Gutenberg Table Block 0.5.7, at build/image/block.json

106 lines 1.9 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 "version": "0.0.3",
5 "title": "Image",
6 "name": "tableberg/image",
7 "category": "design",
8 "parent": [
9 "tableberg/cell"
10 ],
11 "description": "Tableberg Image",
12 "attributes": {
13 "media": {
14 "type": "object",
15 "default": {}
16 },
17 "height": {
18 "type": "string",
19 "default": ""
20 },
21 "width": {
22 "type": "string",
23 "default": "150px"
24 },
25 "align": {
26 "type": "string",
27 "default": "left"
28 },
29 "alt": {
30 "type": "string",
31 "default": ""
32 },
33 "aspectRatio": {
34 "type": "string",
35 "default": ""
36 },
37 "scale": {
38 "type": "string",
39 "default": ""
40 },
41 "sizeSlug": {
42 "type": "string",
43 "default": "large"
44 },
45 "caption": {
46 "type": "string",
47 "default": ""
48 },
49 "href": {
50 "type": "string",
51 "default": ""
52 },
53 "linkClass": {
54 "type": "string",
55 "default": ""
56 },
57 "linkDestination": {
58 "type": "string",
59 "default": ""
60 },
61 "rel": {
62 "type": "string",
63 "default": ""
64 },
65 "linkTarget": {
66 "type": "string",
67 "default": ""
68 },
69 "border": {
70 "type": "object",
71 "default": {}
72 },
73 "borderRadius": {
74 "type": "object",
75 "default": {}
76 },
77 "isExample": {
78 "type": "boolean",
79 "default": false
80 }
81 },
82 "supports": {
83 "anchor": true,
84 "color": {
85 "text": false,
86 "background": false
87 },
88 "filter": {
89 "duotone": true
90 },
91 "selectors": {
92 "filter": {
93 "duotone": ".wp-block-tableberg-image img, .wp-block-tableberg-image .components-placeholder"
94 }
95 }
96 },
97 "example": {
98 "attributes": {
99 "isExample": true
100 }
101 },
102 "textdomain": "tableberg",
103 "editorScript": "tableberg-script",
104 "editorStyle": "tableberg-editor-style",
105 "style": "tableberg-style"
106 }