wp/wp-includes/blocks/nextpage/block.json
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
     1 {
     1 {
       
     2 	"apiVersion": 2,
     2 	"name": "core/nextpage",
     3 	"name": "core/nextpage",
       
     4 	"title": "Page Break",
     3 	"category": "design",
     5 	"category": "design",
       
     6 	"description": "Separate your content into a multi-page experience.",
       
     7 	"keywords": [ "next page", "pagination" ],
     4 	"parent": [ "core/post-content" ],
     8 	"parent": [ "core/post-content" ],
       
     9 	"textdomain": "default",
     5 	"supports": {
    10 	"supports": {
     6 		"customClassName": false,
    11 		"customClassName": false,
     7 		"className": false,
    12 		"className": false,
     8 		"html": false
    13 		"html": false
     9 	}
    14 	},
       
    15 	"editorStyle": "wp-block-nextpage-editor"
    10 }
    16 }