# gutenberg/23.2.2/build/scripts/block-library/nextpage/block.json

Gutenberg, version 23.2.2. 23 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.2.2/code/build/scripts/block-library/nextpage/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/23.2.2/raw/build/scripts/block-library/nextpage/block.json
- Modified: 2026-03-25T16:44:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/23.2.2/code/build/scripts/block-library/nextpage/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "core/nextpage",
	"title": "Page Break",
	"category": "design",
	"description": "Separate your content into a multi-page experience.",
	"keywords": [ "next page", "pagination" ],
	"parent": [ "core/post-content" ],
	"textdomain": "default",
	"supports": {
		"customClassName": false,
		"className": false,
		"html": false,
		"visibility": false,
		"interactivity": {
			"clientNavigation": true
		},
		"customCSS": false
	},
	"editorStyle": "wp-block-nextpage-editor"
}

```
