wp/wp-includes/blocks/block/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/block",
     3 	"name": "core/block",
       
     4 	"title": "Reusable block",
     3 	"category": "reusable",
     5 	"category": "reusable",
       
     6 	"description": "Create and save content to reuse across your site. Update the block, and the changes apply everywhere it’s used.",
       
     7 	"textdomain": "default",
     4 	"attributes": {
     8 	"attributes": {
     5 		"ref": {
     9 		"ref": {
     6 			"type": "number"
    10 			"type": "number"
     7 		}
    11 		}
     8 	},
    12 	},
     9 	"supports": {
    13 	"supports": {
    10 		"customClassName": false,
    14 		"customClassName": false,
    11 		"html": false,
    15 		"html": false,
    12 		"inserter": false
    16 		"inserter": false
    13 	}
    17 	},
       
    18 	"editorStyle": "wp-block-editor"
    14 }
    19 }