wp/wp-includes/blocks/spacer/block.json
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     1 {
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"apiVersion": 2,
     3 	"apiVersion": 2,
     3 	"name": "core/spacer",
     4 	"name": "core/spacer",
     4 	"title": "Spacer",
     5 	"title": "Spacer",
     5 	"category": "design",
     6 	"category": "design",
     6 	"description": "Add white space between blocks and customize its height.",
     7 	"description": "Add white space between blocks and customize its height.",
     7 	"textdomain": "default",
     8 	"textdomain": "default",
     8 	"attributes": {
     9 	"attributes": {
     9 		"height": {
    10 		"height": {
    10 			"type": "number",
    11 			"type": "string",
    11 			"default": 100
    12 			"default": "100px"
    12 		},
    13 		},
    13 		"width": {
    14 		"width": {
    14 			"type": "number"
    15 			"type": "string"
    15 		}
    16 		}
    16 	},
    17 	},
    17 	"usesContext": [ "orientation" ],
    18 	"usesContext": [ "orientation" ],
    18 	"supports": {
    19 	"supports": {
    19 		"anchor": true
    20 		"anchor": true