mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-24 07:36:02 +00:00
Syncs @wordpress/* packages to the 'latest' npm tag. Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo. See #62887. Built from https://develop.svn.wordpress.org/trunk@59775 git-svn-id: http://core.svn.wordpress.org/trunk@59117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
66 lines
1.3 KiB
JSON
66 lines
1.3 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"
|
|
],
|
|
"example": {
|
|
"attributes": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}
|