equal
deleted
inserted
replaced
1 { |
1 { |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
2 "$schema": "https://schemas.wp.org/trunk/block.json", |
3 "apiVersion": 2, |
3 "apiVersion": 3, |
4 "name": "core/more", |
4 "name": "core/more", |
5 "title": "More", |
5 "title": "More", |
6 "category": "design", |
6 "category": "design", |
7 "description": "Content before this block will be shown in the excerpt on your archives page.", |
7 "description": "Content before this block will be shown in the excerpt on your archives page.", |
8 "keywords": [ "read more" ], |
8 "keywords": [ "read more" ], |
9 "textdomain": "default", |
9 "textdomain": "default", |
10 "attributes": { |
10 "attributes": { |
11 "customText": { |
11 "customText": { |
12 "type": "string" |
12 "type": "string", |
|
13 "default": "" |
13 }, |
14 }, |
14 "noTeaser": { |
15 "noTeaser": { |
15 "type": "boolean", |
16 "type": "boolean", |
16 "default": false |
17 "default": false |
17 } |
18 } |
18 }, |
19 }, |
19 "supports": { |
20 "supports": { |
20 "customClassName": false, |
21 "customClassName": false, |
21 "className": false, |
22 "className": false, |
22 "html": false, |
23 "html": false, |
23 "multiple": false |
24 "multiple": false, |
|
25 "interactivity": { |
|
26 "clientNavigation": true |
|
27 } |
24 }, |
28 }, |
25 "editorStyle": "wp-block-more-editor" |
29 "editorStyle": "wp-block-more-editor" |
26 } |
30 } |