NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
maxi-bazaar
/
wp-includes
/
blocks
/
nextpage
/
Name
Size
Perms
Actions
📄 block.json
509 B
0644
Edit
|
Chmod
|
Delete
📄 editor.min.css
592 B
0644
Edit
|
Chmod
|
Delete
Editing: block.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, "interactivity": { "clientNavigation": true } }, "editorStyle": "wp-block-nextpage-editor" }
Cancel