| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | 'table' => array( |
| 5 | 5 | '$schema' => 'https://schemas.wp.org/trunk/block.json', |
| 6 | 6 | 'apiVersion' => 3, |
| 7 | 7 | 'name' => 'tablepress/table', |
| 8 | - 'version' => '3.3.4', | |
| 8 | + 'version' => '3.0', | |
| 9 | 9 | 'title' => 'TablePress table', |
| 10 | 10 | 'category' => 'media', |
| 11 | 11 | 'icon' => 'list-view', |
| 12 | 12 | 'description' => 'Embed a TablePress table.', |
| @@ -26,10 +26,9 @@ | ||
| 26 | 26 | ), |
| 27 | 27 | 'supports' => array( |
| 28 | 28 | 'align' => false, |
| 29 | 29 | 'html' => false, |
| 30 | - 'customClassName' => false, | |
| 31 | - 'customCSS' => false | |
| 30 | + 'customClassName' => false | |
| 32 | 31 | ), |
| 33 | 32 | 'editorScript' => 'file:build/index.js', |
| 34 | 33 | 'editorStyle' => 'file:build/index.css' |
| 35 | 34 | ) |