2020-09-15 14:29:22 +02:00
|
|
|
{
|
2022-06-16 14:03:35 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2020-12-10 14:06:04 +01:00
|
|
|
"apiVersion": 2,
|
2020-09-15 14:29:22 +02:00
|
|
|
"name": "core/more",
|
2021-07-23 11:58:50 +02:00
|
|
|
"title": "More",
|
2020-09-15 14:29:22 +02:00
|
|
|
"category": "design",
|
2021-07-23 11:58:50 +02:00
|
|
|
"description": "Content before this block will be shown in the excerpt on your archives page.",
|
|
|
|
|
"keywords": [ "read more" ],
|
|
|
|
|
"textdomain": "default",
|
2020-09-15 14:29:22 +02:00
|
|
|
"attributes": {
|
|
|
|
|
"customText": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
},
|
|
|
|
|
"noTeaser": {
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"default": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"supports": {
|
|
|
|
|
"customClassName": false,
|
|
|
|
|
"className": false,
|
|
|
|
|
"html": false,
|
|
|
|
|
"multiple": false
|
2021-04-27 08:32:47 +02:00
|
|
|
},
|
|
|
|
|
"editorStyle": "wp-block-more-editor"
|
2020-09-15 14:29:22 +02:00
|
|
|
}
|