| @@ -1,12 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | - "$schema": "https://schemas.wp.org/trunk/block.json", | |
| 3 | - "apiVersion": 2, | |
| 4 | 2 | "name": "core/shortcode", |
| 5 | - "title": "Shortcode", | |
| 6 | 3 | "category": "widgets", |
| 7 | - "description": "Insert additional custom elements with a WordPress shortcode.", | |
| 8 | - "textdomain": "default", | |
| 9 | 4 | "attributes": { |
| 10 | 5 | "text": { |
| 11 | 6 | "type": "string", |
| 12 | 7 | "source": "html" |
| @@ -15,7 +10,6 @@ | ||
| 15 | 10 | "supports": { |
| 16 | 11 | "className": false, |
| 17 | 12 | "customClassName": false, |
| 18 | 13 | "html": false |
| 19 | - }, | |
| 20 | - "editorStyle": "wp-block-shortcode-editor" | |
| 14 | + } | |
| 21 | 15 | } |