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