| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "core/nextpage", |
| 5 |
"title": "Page Break", |
| 6 |
"category": "design", |
| 7 |
"description": "Separate your content into a multi-page experience.", |
| 8 |
"keywords": [ "next page", "pagination" ], |
| 9 |
"parent": [ "core/post-content" ], |
| 10 |
"textdomain": "default", |
| 11 |
"supports": { |
| 12 |
"customClassName": false, |
| 13 |
"className": false, |
| 14 |
"html": false, |
| 15 |
"visibility": false, |
| 16 |
"interactivity": { |
| 17 |
"clientNavigation": true |
| 18 |
}, |
| 19 |
"customCSS": false |
| 20 |
}, |
| 21 |
"editorStyle": "wp-block-nextpage-editor" |
| 22 |
} |
| 23 |
|