at path:
ROOT
/
wp-includes
/
blocks
/
buttons
/
block.json
run:
R
W
Run
block.json
1.08 KB
2024-02-06 14:00:13
R
W
Run
Delete
Rename
editor-rtl.css
1.15 KB
2023-07-06 17:58:08
R
W
Run
Delete
Rename
editor-rtl.min.css
1.08 KB
2023-07-06 17:58:08
R
W
Run
Delete
Rename
editor.css
1.15 KB
2023-07-06 17:58:08
R
W
Run
Delete
Rename
editor.min.css
1.08 KB
2023-07-06 17:58:08
R
W
Run
Delete
Rename
style-rtl.css
1.37 KB
2023-07-06 17:58:08
R
W
Run
Delete
Rename
style-rtl.min.css
1.27 KB
2023-07-06 17:58:08
R
W
Run
Delete
Rename
style.css
1.37 KB
2023-07-06 17:58:08
R
W
Run
Delete
Rename
style.min.css
1.27 KB
2022-09-20 15:43:28
R
W
Run
Delete
Rename
error_log
up
📄
block.json
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/buttons", "title": "Buttons", "category": "design", "description": "Prompt visitors to take action with a group of button-style links.", "keywords": [ "link" ], "textdomain": "default", "supports": { "anchor": true, "align": [ "wide", "full" ], "html": false, "__experimentalExposeControlsToChildren": true, "spacing": { "blockGap": true, "margin": [ "top", "bottom" ], "__experimentalDefaultControls": { "blockGap": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "layout": { "allowSwitching": false, "allowInheriting": false, "default": { "type": "flex" } } }, "editorStyle": "wp-block-buttons-editor", "style": "wp-block-buttons" }