mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 18:08:09 +01:00
f6df3fba16
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag. Fixes #61906. Props peterwilsoncc, gziolo, kevin940726. Built from https://develop.svn.wordpress.org/trunk@59072 git-svn-id: http://core.svn.wordpress.org/trunk@58468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/post-comments-form",
|
|
"title": "Comments Form",
|
|
"category": "theme",
|
|
"description": "Display a post's comments form.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"textAlign": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"usesContext": [ "postId", "postType" ],
|
|
"supports": {
|
|
"html": false,
|
|
"color": {
|
|
"gradients": true,
|
|
"heading": true,
|
|
"link": true,
|
|
"__experimentalDefaultControls": {
|
|
"background": true,
|
|
"text": true
|
|
}
|
|
},
|
|
"spacing": {
|
|
"margin": true,
|
|
"padding": true
|
|
},
|
|
"typography": {
|
|
"fontSize": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
},
|
|
"__experimentalBorder": {
|
|
"radius": true,
|
|
"color": true,
|
|
"width": true,
|
|
"style": true,
|
|
"__experimentalDefaultControls": {
|
|
"radius": true,
|
|
"color": true,
|
|
"width": true,
|
|
"style": true
|
|
}
|
|
}
|
|
},
|
|
"editorStyle": "wp-block-post-comments-form-editor",
|
|
"style": [
|
|
"wp-block-post-comments-form",
|
|
"wp-block-buttons",
|
|
"wp-block-button"
|
|
]
|
|
}
|