wp/wp-includes/blocks/spacer/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/spacer",
     3 	"name": "core/spacer",
       
     4 	"title": "Spacer",
     3 	"category": "design",
     5 	"category": "design",
       
     6 	"description": "Add white space between blocks and customize its height.",
       
     7 	"textdomain": "default",
     4 	"attributes": {
     8 	"attributes": {
     5 		"height": {
     9 		"height": {
     6 			"type": "number",
    10 			"type": "number",
     7 			"default": 100
    11 			"default": 100
       
    12 		},
       
    13 		"width": {
       
    14 			"type": "number"
     8 		}
    15 		}
     9 	},
    16 	},
       
    17 	"usesContext": [ "orientation" ],
    10 	"supports": {
    18 	"supports": {
    11 		"anchor": true
    19 		"anchor": true
    12 	}
    20 	},
       
    21 	"editorStyle": "wp-block-spacer-editor",
       
    22 	"style": "wp-block-spacer"
    13 }
    23 }