PluginProbe
M Chart / 2.3
M Chart v2.3
2.3.2 2.3.1 2.3 2.2.2 2.2.1 2.2 trunk 1.0 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.10 1.10.1 1.11 1.11.1 1.11.2 1.12 1.2 1.2.1 1.3 1.3.1 1.3.2 All 53 releases
m-chart / components / block / chart / block.json

block.json in M Chart 2.3, at components/block/chart/block.json

25 lines 564 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": "m-chart/chart",
5 "title": "M Chart",
6 "category": "layout",
7 "description": "Embed a chart made with M Chart into your posts and pages",
8 "textdomain": "m-chart",
9 "attributes": {
10 "chartId": {
11 "type": "integer",
12 "default": 0
13 },
14 "show": {
15 "type": "string",
16 "default": "chart"
17 }
18 },
19 "supports": {
20 "html": false
21 },
22 "editorScript": "m-chart-editor",
23 "editorStyle": "m-chart-editor-style",
24 "render": "file:./render.php"
25 }