mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
ebca9841e8
This brings the JS packages up to date and is the first step that will allow us to include the other block editor updates for WordPress 5.9: FSE infrastrucutre, site editor and global styles. Props noisysocks. See #54337. Built from https://develop.svn.wordpress.org/trunk@52042 git-svn-id: http://core.svn.wordpress.org/trunk@51634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
92 lines
1.8 KiB
JSON
92 lines
1.8 KiB
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/button",
|
|
"title": "Button",
|
|
"category": "design",
|
|
"parent": [ "core/buttons" ],
|
|
"description": "Prompt visitors to take action with a button-style link.",
|
|
"keywords": [ "link" ],
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"url": {
|
|
"type": "string",
|
|
"source": "attribute",
|
|
"selector": "a",
|
|
"attribute": "href"
|
|
},
|
|
"title": {
|
|
"type": "string",
|
|
"source": "attribute",
|
|
"selector": "a",
|
|
"attribute": "title"
|
|
},
|
|
"text": {
|
|
"type": "string",
|
|
"source": "html",
|
|
"selector": "a"
|
|
},
|
|
"linkTarget": {
|
|
"type": "string",
|
|
"source": "attribute",
|
|
"selector": "a",
|
|
"attribute": "target"
|
|
},
|
|
"rel": {
|
|
"type": "string",
|
|
"source": "attribute",
|
|
"selector": "a",
|
|
"attribute": "rel"
|
|
},
|
|
"placeholder": {
|
|
"type": "string"
|
|
},
|
|
"backgroundColor": {
|
|
"type": "string"
|
|
},
|
|
"textColor": {
|
|
"type": "string"
|
|
},
|
|
"gradient": {
|
|
"type": "string"
|
|
},
|
|
"width": {
|
|
"type": "number"
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"align": true,
|
|
"alignWide": false,
|
|
"color": {
|
|
"__experimentalSkipSerialization": true,
|
|
"gradients": true
|
|
},
|
|
"typography": {
|
|
"fontSize": true,
|
|
"__experimentalFontFamily": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
},
|
|
"reusable": false,
|
|
"spacing": {
|
|
"__experimentalSkipSerialization": true,
|
|
"padding": [ "horizontal", "vertical" ],
|
|
"__experimentalDefaultControls": {
|
|
"padding": true
|
|
}
|
|
},
|
|
"__experimentalBorder": {
|
|
"radius": true,
|
|
"__experimentalSkipSerialization": true
|
|
},
|
|
"__experimentalSelector": ".wp-block-button__link"
|
|
},
|
|
"styles": [
|
|
{ "name": "fill", "label": "Fill", "isDefault": true },
|
|
{ "name": "outline", "label": "Outline" }
|
|
],
|
|
"editorStyle": "wp-block-button-editor",
|
|
"style": "wp-block-button"
|
|
}
|