wp/wp-includes/blocks/separator/block.json
changeset 16 a86126ab1dd4
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
       
     1 {
       
     2 	"name": "core/separator",
       
     3 	"category": "design",
       
     4 	"attributes": {
       
     5 		"color": {
       
     6 			"type": "string"
       
     7 		},
       
     8 		"customColor": {
       
     9 			"type": "string"
       
    10 		}
       
    11 	},
       
    12 	"supports": {
       
    13 		"anchor": true
       
    14 	}
       
    15 }