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