# ghostkit/3.7.2/gutenberg/blocks/button/block.json

Block Animations, Motion &amp; Scroll Effects – Ghost Kit, version 3.7.2. 37 lines.

- Page: https://pluginprobe.com/plugins/ghostkit/3.7.2/code/gutenberg/blocks/button/block.json
- Raw: https://pluginprobe.com/plugins/ghostkit/3.7.2/raw/gutenberg/blocks/button/block.json
- Modified: 2026-02-24T15:39:50+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ghostkit/3.7.2/code/gutenberg/blocks/button/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ghostkit/button",
	"category": "ghostkit",
	"title": "Buttons",
	"description": "Change important links to buttons to get more click rate.",
	"keywords": ["btn", "button"],
	"supports": {
		"html": false,
		"className": false,
		"anchor": true
	},
	"attributes": {
		"align": {
			"type": "string",
			"default": "none"
		},
		"count": {
			"type": "number",
			"default": 1
		},
		"gap": {
			"type": "string",
			"default": "md"
		},
		"gapCustom": {
			"type": "number"
		},
		"gapCustomVertical": {
			"type": "number"
		}
	},
	"style": ["ghostkit", "ghostkit-block-button"],
	"viewScript": ["ghostkit", "ghostkit-block-button"]
}

```
