# blockenberg/2.0.7/blocks/creative-button/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 133 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/creative-button/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/creative-button/block.json
- Modified: 2026-03-06T12:32:40+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/blockenberg/2.0.7/code/blocks/creative-button/block.json#L10-L20`.

```json
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "blockenberg/creative-button",
    "title": "Creative Button",
    "description": "A single button with 6 advanced hover effect styles — fill slide, color wipe, 3D press, arrow reveal, ripple, and outline morph. Perfect for standout calls-to-action.",
    "category": "bkbg-effects",
    "textdomain": "blockenberg",
    "editorScript": "bkbg-creative-button-editor",
    "style": "bkbg-creative-button-style",
    "viewScript": "bkbg-creative-button-frontend",
    "icon": "button",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "label": {
            "type": "string",
            "default": "Get Started"
        },
        "url": {
            "type": "string",
            "default": "#"
        },
        "openNewTab": {
            "type": "boolean",
            "default": false
        },
        "hoverEffect": {
            "type": "string",
            "default": "slide"
        },
        "buttonStyle": {
            "type": "string",
            "default": "filled"
        },
        "corners": {
            "type": "string",
            "default": "rounded"
        },
        "icon": {
            "type": "string",
            "default": "→"
        },
        "iconType": {
            "type": "string",
            "default": "custom-char"
        },
        "iconDashicon": {
            "type": "string",
            "default": "arrow-right-alt"
        },
        "iconImageUrl": {
            "type": "string",
            "default": ""
        },
        "showIcon": {
            "type": "boolean",
            "default": true
        },
        "iconPosition": {
            "type": "string",
            "default": "right"
        },
        "fullWidth": {
            "type": "boolean",
            "default": false
        },
        "centered": {
            "type": "boolean",
            "default": true
        },
        "bgColor": {
            "type": "string",
            "default": "#7c3aed"
        },
        "textColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "hoverBg": {
            "type": "string",
            "default": "#4f46e5"
        },
        "hoverColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "borderColor": {
            "type": "string",
            "default": "#7c3aed"
        },
        "borderWidth": {
            "type": "number",
            "default": 2
        },
        "gradientFrom": {
            "type": "string",
            "default": "#7c3aed"
        },
        "gradientTo": {
            "type": "string",
            "default": "#2563eb"
        },
        "fontSize": {
            "type": "number",
            "default": 16
        },
        "paddingH": {
            "type": "number",
            "default": 32
        },
        "paddingV": {
            "type": "number",
            "default": 14
        },
        "iconSize": {
            "type": "number",
            "default": 16
        },
        "typoBtn": {
            "type": "object",
            "default": {}
        }
    }
}

```
