PluginProbe
TablePress – Tables in WordPress made easy / 3.2.1
TablePress – Tables in WordPress made easy v3.2.1
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
tablepress / blocks / table / block.json

block.json in TablePress – Tables in WordPress made easy 3.2.1, at blocks/table/block.json

30 lines 595 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": "tablepress/table",
5 "version": "3.2.1",
6 "title": "TablePress table",
7 "category": "media",
8 "icon": "list-view",
9 "description": "Embed a TablePress table.",
10 "keywords": [ "table" ],
11 "textdomain": "tablepress",
12 "attributes": {
13 "id": {
14 "type": "string",
15 "default": ""
16 },
17 "parameters": {
18 "type": "string",
19 "default": ""
20 }
21 },
22 "supports": {
23 "align": false,
24 "html": false,
25 "customClassName": false
26 },
27 "editorScript": "file:build/index.js",
28 "editorStyle": "file:build/index.css"
29 }
30