wp/wp-includes/blocks/comment-edit-link/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    28 				"link": true
    28 				"link": true
    29 			}
    29 			}
    30 		},
    30 		},
    31 		"spacing": {
    31 		"spacing": {
    32 			"margin": true,
    32 			"margin": true,
    33 			"padding": true
    33 			"padding": true,
       
    34 			"__experimentalDefaultControls": {
       
    35 				"margin": false,
       
    36 				"padding": false
       
    37 			}
    34 		},
    38 		},
    35 		"typography": {
    39 		"typography": {
    36 			"fontSize": true,
    40 			"fontSize": true,
    37 			"lineHeight": true,
    41 			"lineHeight": true,
    38 			"__experimentalFontFamily": true,
    42 			"__experimentalFontFamily": true,
    45 				"fontSize": true
    49 				"fontSize": true
    46 			}
    50 			}
    47 		},
    51 		},
    48 		"interactivity": {
    52 		"interactivity": {
    49 			"clientNavigation": true
    53 			"clientNavigation": true
       
    54 		},
       
    55 		"__experimentalBorder": {
       
    56 			"radius": true,
       
    57 			"color": true,
       
    58 			"width": true,
       
    59 			"style": true
    50 		}
    60 		}
    51 	}
    61 	},
       
    62 	"style": "wp-block-comment-edit-link"
    52 }
    63 }