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