equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "apiVersion": 2, |
2 "name": "core/html", |
3 "name": "core/html", |
|
4 "title": "Custom HTML", |
3 "category": "widgets", |
5 "category": "widgets", |
|
6 "description": "Add custom HTML code and preview it as you edit.", |
|
7 "keywords": [ "embed" ], |
|
8 "textdomain": "default", |
4 "attributes": { |
9 "attributes": { |
5 "content": { |
10 "content": { |
6 "type": "string", |
11 "type": "string", |
7 "source": "html" |
12 "source": "html" |
8 } |
13 } |
9 }, |
14 }, |
10 "supports": { |
15 "supports": { |
11 "customClassName": false, |
16 "customClassName": false, |
12 "className": false, |
17 "className": false, |
13 "html": false |
18 "html": false |
14 } |
19 }, |
|
20 "editorStyle": "wp-block-html-editor" |
15 } |
21 } |