2020-07-01 12:29:03 +00:00
|
|
|
{
|
2022-04-12 15:12:47 +00:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 14:24:19 +00:00
|
|
|
"apiVersion": 3,
|
2020-07-01 12:29:03 +00:00
|
|
|
"name": "core/more",
|
2021-05-19 15:09:27 +00:00
|
|
|
"title": "More",
|
2020-07-01 12:29:03 +00:00
|
|
|
"category": "design",
|
2021-05-19 15:09:27 +00:00
|
|
|
"description": "Content before this block will be shown in the excerpt on your archives page.",
|
|
|
|
"keywords": [ "read more" ],
|
|
|
|
"textdomain": "default",
|
2020-07-01 12:29:03 +00:00
|
|
|
"attributes": {
|
|
|
|
"customText": {
|
2024-05-31 18:59:00 +00:00
|
|
|
"type": "string",
|
|
|
|
"default": ""
|
2020-07-01 12:29:03 +00:00
|
|
|
},
|
|
|
|
"noTeaser": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
|
|
|
"customClassName": false,
|
|
|
|
"className": false,
|
|
|
|
"html": false,
|
2024-02-09 18:22:22 +00:00
|
|
|
"multiple": false,
|
|
|
|
"interactivity": {
|
|
|
|
"clientNavigation": true
|
|
|
|
}
|
2021-01-28 02:04:13 +00:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-more-editor"
|
2020-07-01 12:29:03 +00:00
|
|
|
}
|