2020-09-15 14:29:22 +02:00
|
|
|
{
|
2022-06-16 14:03:35 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2020-12-10 14:06:04 +01:00
|
|
|
"apiVersion": 2,
|
2020-09-15 14:29:22 +02:00
|
|
|
"name": "core/buttons",
|
2021-07-23 11:58:50 +02:00
|
|
|
"title": "Buttons",
|
2020-09-15 14:29:22 +02:00
|
|
|
"category": "design",
|
2021-07-23 11:58:50 +02:00
|
|
|
"description": "Prompt visitors to take action with a group of button-style links.",
|
|
|
|
|
"keywords": [ "link" ],
|
|
|
|
|
"textdomain": "default",
|
2020-09-15 14:29:22 +02:00
|
|
|
"supports": {
|
|
|
|
|
"anchor": true,
|
2022-04-02 10:26:41 +02:00
|
|
|
"align": [ "wide", "full" ],
|
|
|
|
|
"__experimentalExposeControlsToChildren": true,
|
|
|
|
|
"spacing": {
|
|
|
|
|
"blockGap": true,
|
2022-06-16 14:03:35 +02:00
|
|
|
"margin": [ "top", "bottom" ],
|
2022-04-02 10:26:41 +02:00
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
|
"blockGap": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"__experimentalLayout": {
|
|
|
|
|
"allowSwitching": false,
|
|
|
|
|
"allowInheriting": false,
|
|
|
|
|
"default": {
|
|
|
|
|
"type": "flex"
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-04-27 08:32:47 +02:00
|
|
|
},
|
|
|
|
|
"editorStyle": "wp-block-buttons-editor",
|
|
|
|
|
"style": "wp-block-buttons"
|
2020-09-15 14:29:22 +02:00
|
|
|
}
|