wp/wp-includes/blocks/pullquote/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     9 	"attributes": {
     9 	"attributes": {
    10 		"value": {
    10 		"value": {
    11 			"type": "rich-text",
    11 			"type": "rich-text",
    12 			"source": "rich-text",
    12 			"source": "rich-text",
    13 			"selector": "p",
    13 			"selector": "p",
    14 			"__experimentalRole": "content"
    14 			"role": "content"
    15 		},
    15 		},
    16 		"citation": {
    16 		"citation": {
    17 			"type": "rich-text",
    17 			"type": "rich-text",
    18 			"source": "rich-text",
    18 			"source": "rich-text",
    19 			"selector": "cite",
    19 			"selector": "cite",
    20 			"__experimentalRole": "content"
    20 			"role": "content"
    21 		},
    21 		},
    22 		"textAlign": {
    22 		"textAlign": {
    23 			"type": "string"
    23 			"type": "string"
    24 		}
    24 		}
    25 	},
    25 	},
    26 	"supports": {
    26 	"supports": {
    27 		"anchor": true,
    27 		"anchor": true,
    28 		"align": [ "left", "right", "wide", "full" ],
    28 		"align": [ "left", "right", "wide", "full" ],
       
    29 		"background": {
       
    30 			"backgroundImage": true,
       
    31 			"backgroundSize": true,
       
    32 			"__experimentalDefaultControls": {
       
    33 				"backgroundImage": true
       
    34 			}
       
    35 		},
    29 		"color": {
    36 		"color": {
    30 			"gradients": true,
    37 			"gradients": true,
    31 			"background": true,
    38 			"background": true,
    32 			"link": true,
    39 			"link": true,
    33 			"__experimentalDefaultControls": {
    40 			"__experimentalDefaultControls": {
    34 				"background": true,
    41 				"background": true,
    35 				"text": true
    42 				"text": true
       
    43 			}
       
    44 		},
       
    45 		"dimensions": {
       
    46 			"minHeight": true,
       
    47 			"__experimentalDefaultControls": {
       
    48 				"minHeight": false
    36 			}
    49 			}
    37 		},
    50 		},
    38 		"spacing": {
    51 		"spacing": {
    39 			"margin": true,
    52 			"margin": true,
    40 			"padding": true
    53 			"padding": true