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/nextpage",
|
2021-05-19 11:09:27 -04:00
|
|
|
"title": "Page Break",
|
2020-07-01 08:29:03 -04:00
|
|
|
"category": "design",
|
2021-05-19 11:09:27 -04:00
|
|
|
"description": "Separate your content into a multi-page experience.",
|
|
|
|
"keywords": [ "next page", "pagination" ],
|
2020-07-01 08:29:03 -04:00
|
|
|
"parent": [ "core/post-content" ],
|
2021-05-19 11:09:27 -04:00
|
|
|
"textdomain": "default",
|
2020-07-01 08:29:03 -04:00
|
|
|
"supports": {
|
|
|
|
"customClassName": false,
|
|
|
|
"className": false,
|
2024-02-09 13:22:22 -05:00
|
|
|
"html": false,
|
|
|
|
"interactivity": {
|
|
|
|
"clientNavigation": true
|
|
|
|
}
|
2021-01-27 21:04:13 -05:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-nextpage-editor"
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|