wp/wp-includes/blocks/quote/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    12 			"type": "string",
    12 			"type": "string",
    13 			"source": "html",
    13 			"source": "html",
    14 			"selector": "blockquote",
    14 			"selector": "blockquote",
    15 			"multiline": "p",
    15 			"multiline": "p",
    16 			"default": "",
    16 			"default": "",
    17 			"__experimentalRole": "content"
    17 			"role": "content"
    18 		},
    18 		},
    19 		"citation": {
    19 		"citation": {
    20 			"type": "rich-text",
    20 			"type": "rich-text",
    21 			"source": "rich-text",
    21 			"source": "rich-text",
    22 			"selector": "cite",
    22 			"selector": "cite",
    23 			"__experimentalRole": "content"
    23 			"role": "content"
    24 		},
    24 		},
    25 		"textAlign": {
    25 		"textAlign": {
    26 			"type": "string"
    26 			"type": "string"
    27 		}
    27 		}
    28 	},
    28 	},
    29 	"supports": {
    29 	"supports": {
    30 		"anchor": true,
    30 		"anchor": true,
       
    31 		"align": [ "left", "right", "wide", "full" ],
    31 		"html": false,
    32 		"html": false,
       
    33 		"background": {
       
    34 			"backgroundImage": true,
       
    35 			"backgroundSize": true,
       
    36 			"__experimentalDefaultControls": {
       
    37 				"backgroundImage": true
       
    38 			}
       
    39 		},
       
    40 		"__experimentalBorder": {
       
    41 			"color": true,
       
    42 			"radius": true,
       
    43 			"style": true,
       
    44 			"width": true,
       
    45 			"__experimentalDefaultControls": {
       
    46 				"color": true,
       
    47 				"radius": true,
       
    48 				"style": true,
       
    49 				"width": true
       
    50 			}
       
    51 		},
       
    52 		"dimensions": {
       
    53 			"minHeight": true,
       
    54 			"__experimentalDefaultControls": {
       
    55 				"minHeight": false
       
    56 			}
       
    57 		},
    32 		"__experimentalOnEnter": true,
    58 		"__experimentalOnEnter": true,
    33 		"__experimentalOnMerge": true,
    59 		"__experimentalOnMerge": true,
    34 		"typography": {
    60 		"typography": {
    35 			"fontSize": true,
    61 			"fontSize": true,
    36 			"lineHeight": true,
    62 			"lineHeight": true,
    55 		},
    81 		},
    56 		"layout": {
    82 		"layout": {
    57 			"allowEditing": false
    83 			"allowEditing": false
    58 		},
    84 		},
    59 		"spacing": {
    85 		"spacing": {
    60 			"blockGap": true
    86 			"blockGap": true,
       
    87 			"padding": true,
       
    88 			"margin": true
    61 		},
    89 		},
    62 		"interactivity": {
    90 		"interactivity": {
    63 			"clientNavigation": true
    91 			"clientNavigation": true
    64 		}
    92 		}
    65 	},
    93 	},