wp/wp-includes/blocks/subhead/block.json
changeset 16 a86126ab1dd4
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
       
     1 {
       
     2 	"name": "core/subhead",
       
     3 	"category": "text",
       
     4 	"attributes": {
       
     5 		"align": {
       
     6 			"type": "string"
       
     7 		},
       
     8 		"content": {
       
     9 			"type": "string",
       
    10 			"source": "html",
       
    11 			"selector": "p"
       
    12 		}
       
    13 	},
       
    14 	"supports": {
       
    15 		"inserter": false,
       
    16 		"multiple": false
       
    17 	}
       
    18 }