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