You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
611 B
30 lines
611 B
9 months ago
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 3,
|
||
|
"name": "tablepress/table",
|
||
|
"version": "2.2.5",
|
||
|
"title": "TablePress table",
|
||
|
"category": "media",
|
||
|
"icon": "list-view",
|
||
|
"description": "Embed a TablePress table.",
|
||
|
"keywords": [ "table" ],
|
||
|
"textdomain": "tablepress",
|
||
|
"attributes": {
|
||
|
"id": {
|
||
|
"type": "string",
|
||
|
"default": ""
|
||
|
},
|
||
|
"parameters": {
|
||
|
"type": "string",
|
||
|
"default": ""
|
||
|
}
|
||
|
},
|
||
|
"supports": {
|
||
|
"align": true,
|
||
|
"html": false,
|
||
|
"customClassName": false
|
||
|
},
|
||
|
"editorScript": "file:build/index.js",
|
||
|
"editorStyle": [ "dashicons", "file:build/index.css" ]
|
||
|
}
|