wp/wp-includes/blocks/code/block.json
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
     1 {
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"apiVersion": 2,
     3 	"apiVersion": 2,
     3 	"name": "core/code",
     4 	"name": "core/code",
     4 	"title": "Code",
     5 	"title": "Code",
     5 	"category": "text",
     6 	"category": "text",
     6 	"description": "Display code snippets that respect your spacing and tabs.",
     7 	"description": "Display code snippets that respect your spacing and tabs.",
    13 		}
    14 		}
    14 	},
    15 	},
    15 	"supports": {
    16 	"supports": {
    16 		"anchor": true,
    17 		"anchor": true,
    17 		"typography": {
    18 		"typography": {
    18 			"fontSize": true
    19 			"fontSize": true,
       
    20 			"lineHeight": true,
       
    21 			"__experimentalFontStyle": true,
       
    22 			"__experimentalFontWeight": true,
       
    23 			"__experimentalLetterSpacing": true,
       
    24 			"__experimentalTextTransform": true,
       
    25 			"__experimentalDefaultControls": {
       
    26 				"fontSize": true
       
    27 			}
       
    28 		},
       
    29 		"spacing": {
       
    30 			"margin": [ "top", "bottom" ],
       
    31 			"padding": true
       
    32 		},
       
    33 		"__experimentalBorder": {
       
    34 			"radius": true,
       
    35 			"color": true,
       
    36 			"width": true,
       
    37 			"style": true,
       
    38 			"__experimentalDefaultControls": {
       
    39 				"width": true,
       
    40 				"color": true
       
    41 			}
       
    42 		},
       
    43 		"color": {
       
    44 			"text": true,
       
    45 			"background": true,
       
    46 			"gradients": true,
       
    47 			"__experimentalDefaultControls": {
       
    48 				"background": true,
       
    49 				"text": true
       
    50 			}
    19 		}
    51 		}
    20 	},
    52 	},
    21 	"style": "wp-block-code"
    53 	"style": "wp-block-code"
    22 }
    54 }