wp/wp-includes/blocks/preformatted/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    10 		"content": {
    10 		"content": {
    11 			"type": "rich-text",
    11 			"type": "rich-text",
    12 			"source": "rich-text",
    12 			"source": "rich-text",
    13 			"selector": "pre",
    13 			"selector": "pre",
    14 			"__unstablePreserveWhiteSpace": true,
    14 			"__unstablePreserveWhiteSpace": true,
    15 			"__experimentalRole": "content"
    15 			"role": "content"
    16 		}
    16 		}
    17 	},
    17 	},
    18 	"supports": {
    18 	"supports": {
    19 		"anchor": true,
    19 		"anchor": true,
    20 		"color": {
    20 		"color": {
    41 				"fontSize": true
    41 				"fontSize": true
    42 			}
    42 			}
    43 		},
    43 		},
    44 		"interactivity": {
    44 		"interactivity": {
    45 			"clientNavigation": true
    45 			"clientNavigation": true
       
    46 		},
       
    47 		"__experimentalBorder": {
       
    48 			"radius": true,
       
    49 			"color": true,
       
    50 			"width": true,
       
    51 			"style": true,
       
    52 			"__experimentalDefaultControls": {
       
    53 				"radius": true,
       
    54 				"color": true,
       
    55 				"width": true,
       
    56 				"style": true
       
    57 			}
    46 		}
    58 		}
    47 	},
    59 	},
    48 	"style": "wp-block-preformatted"
    60 	"style": "wp-block-preformatted"
    49 }
    61 }