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