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