wp/wp-includes/blocks/post-comments-form/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    35 			"__experimentalLetterSpacing": true,
    35 			"__experimentalLetterSpacing": true,
    36 			"__experimentalTextTransform": true,
    36 			"__experimentalTextTransform": true,
    37 			"__experimentalDefaultControls": {
    37 			"__experimentalDefaultControls": {
    38 				"fontSize": true
    38 				"fontSize": true
    39 			}
    39 			}
       
    40 		},
       
    41 		"__experimentalBorder": {
       
    42 			"radius": true,
       
    43 			"color": true,
       
    44 			"width": true,
       
    45 			"style": true,
       
    46 			"__experimentalDefaultControls": {
       
    47 				"radius": true,
       
    48 				"color": true,
       
    49 				"width": true,
       
    50 				"style": true
       
    51 			}
    40 		}
    52 		}
    41 	},
    53 	},
    42 	"editorStyle": "wp-block-post-comments-form-editor",
    54 	"editorStyle": "wp-block-post-comments-form-editor",
    43 	"style": [
    55 	"style": [
    44 		"wp-block-post-comments-form",
    56 		"wp-block-post-comments-form",
    45 		"wp-block-buttons",
    57 		"wp-block-buttons",
    46 		"wp-block-button"
    58 		"wp-block-button"
    47 	]
    59 	],
       
    60 	"example": {
       
    61 		"attributes": {
       
    62 			"textAlign": "center"
       
    63 		}
       
    64 	}
    48 }
    65 }