PluginProbe
Tableberg – Simple Gutenberg Table Block / 1.1.5
Tableberg – Simple Gutenberg Table Block v1.1.5
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 / src / blocks / button / block.json

block.json in Tableberg – Simple Gutenberg Table Block 1.1.5, at src/blocks/button/block.json

41 lines 861 B
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": "tableberg/button",
5 "title": "Button",
6 "category": "design",
7 "description": "A button element within a Tableberg cell.",
8 "parent": [
9 "tableberg/cell"
10 ],
11 "supports": {
12 "html": false,
13 "customClassName": false,
14 "reusable": false
15 },
16 "attributes": {
17 "content": {
18 "type": "string"
19 },
20 "align": {
21 "type": "string"
22 },
23 "styles": {
24 "type": "object"
25 },
26 "bindings": {
27 "type": "object"
28 },
29 "mergeOrigin": {
30 "type": "object"
31 },
32 "link": {
33 "type": "object"
34 },
35 "id": {
36 "type": "string"
37 }
38 },
39 "textdomain": "tableberg"
40 }
41