equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "apiVersion": 2, |
2 "name": "core/block", |
3 "name": "core/block", |
|
4 "title": "Reusable block", |
3 "category": "reusable", |
5 "category": "reusable", |
|
6 "description": "Create and save content to reuse across your site. Update the block, and the changes apply everywhere it’s used.", |
|
7 "textdomain": "default", |
4 "attributes": { |
8 "attributes": { |
5 "ref": { |
9 "ref": { |
6 "type": "number" |
10 "type": "number" |
7 } |
11 } |
8 }, |
12 }, |
9 "supports": { |
13 "supports": { |
10 "customClassName": false, |
14 "customClassName": false, |
11 "html": false, |
15 "html": false, |
12 "inserter": false |
16 "inserter": false |
13 } |
17 }, |
|
18 "editorStyle": "wp-block-editor" |
14 } |
19 } |