wp/wp-includes/blocks/separator/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     9 	"textdomain": "default",
     9 	"textdomain": "default",
    10 	"attributes": {
    10 	"attributes": {
    11 		"opacity": {
    11 		"opacity": {
    12 			"type": "string",
    12 			"type": "string",
    13 			"default": "alpha-channel"
    13 			"default": "alpha-channel"
       
    14 		},
       
    15 		"tagName": {
       
    16 			"type": "string",
       
    17 			"enum": [ "hr", "div" ],
       
    18 			"default": "hr"
    14 		}
    19 		}
    15 	},
    20 	},
    16 	"supports": {
    21 	"supports": {
    17 		"anchor": true,
    22 		"anchor": true,
    18 		"align": [ "center", "wide", "full" ],
    23 		"align": [ "center", "wide", "full" ],