wp/wp-includes/blocks/comment-reply-link/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    23 				"link": true
    23 				"link": true
    24 			}
    24 			}
    25 		},
    25 		},
    26 		"spacing": {
    26 		"spacing": {
    27 			"margin": true,
    27 			"margin": true,
    28 			"padding": true
    28 			"padding": true,
       
    29 			"__experimentalDefaultControls": {
       
    30 				"margin": false,
       
    31 				"padding": false
       
    32 			}
    29 		},
    33 		},
    30 		"typography": {
    34 		"typography": {
    31 			"fontSize": true,
    35 			"fontSize": true,
    32 			"lineHeight": true,
    36 			"lineHeight": true,
    33 			"__experimentalFontFamily": true,
    37 			"__experimentalFontFamily": true,
    38 			"__experimentalLetterSpacing": true,
    42 			"__experimentalLetterSpacing": true,
    39 			"__experimentalDefaultControls": {
    43 			"__experimentalDefaultControls": {
    40 				"fontSize": true
    44 				"fontSize": true
    41 			}
    45 			}
    42 		},
    46 		},
       
    47 		"__experimentalBorder": {
       
    48 			"radius": true,
       
    49 			"color": true,
       
    50 			"width": true,
       
    51 			"style": true
       
    52 		},
    43 		"html": false
    53 		"html": false
    44 	}
    54 	},
       
    55 	"style": "wp-block-comment-reply-link"
    45 }
    56 }