2020-07-01 14:29:03 +02:00
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 16:24:19 +02:00
|
|
|
"apiVersion": 3,
|
2020-07-01 14:29:03 +02:00
|
|
|
"name": "core/nextpage",
|
2021-05-19 17:09:27 +02:00
|
|
|
"title": "Page Break",
|
2020-07-01 14:29:03 +02:00
|
|
|
"category": "design",
|
2021-05-19 17:09:27 +02:00
|
|
|
"description": "Separate your content into a multi-page experience.",
|
|
|
|
"keywords": [ "next page", "pagination" ],
|
2020-07-01 14:29:03 +02:00
|
|
|
"parent": [ "core/post-content" ],
|
2021-05-19 17:09:27 +02:00
|
|
|
"textdomain": "default",
|
2020-07-01 14:29:03 +02:00
|
|
|
"supports": {
|
|
|
|
"customClassName": false,
|
|
|
|
"className": false,
|
|
|
|
"html": false
|
2021-01-28 03:04:13 +01:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-nextpage-editor"
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|