# blockenberg/2.0.7/blocks/spin-wheel/block.json

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

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/spin-wheel/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/spin-wheel/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/spin-wheel/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "name": "blockenberg/spin-wheel",
    "title": "Spin Wheel",
    "description": "An animated fortune-wheel random picker. Enter items, spin the wheel, and let it decide!",
    "category": "bkbg-interactive",
    "icon": "randomize",
    "keywords": [
        "spin",
        "wheel",
        "fortune",
        "random",
        "picker",
        "lottery",
        "raffle"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-spin-wheel-editor",
    "style": "bkbg-spin-wheel-style",
    "viewScript": "bkbg-spin-wheel-frontend",
    "attributes": {
        "title": {
            "type": "string",
            "default": "Spin the Wheel!"
        },
        "subtitle": {
            "type": "string",
            "default": "Enter your items and spin to pick a random winner."
        },
        "showTitle": {
            "type": "boolean",
            "default": true
        },
        "showSubtitle": {
            "type": "boolean",
            "default": true
        },
        "defaultItems": {
            "type": "string",
            "default": "Alice\nBob\nCarol\nDave\nEve\nFrank\nGrace\nHenry"
        },
        "buttonLabel": {
            "type": "string",
            "default": "Spin!"
        },
        "showWinnerBox": {
            "type": "boolean",
            "default": true
        },
        "showHistory": {
            "type": "boolean",
            "default": true
        },
        "spinDuration": {
            "type": "number",
            "default": 4
        },
        "wheelSize": {
            "type": "number",
            "default": 340
        },
        "colors": {
            "type": "string",
            "default": "#6c3fb5,#10b981,#f59e0b,#3b82f6,#ef4444,#8b5cf6,#06b6d4,#f97316"
        },
        "textColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "pointerColor": {
            "type": "string",
            "default": "#1f2937"
        },
        "centerColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "cardBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "winnerBg": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "winnerColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "historyBg": {
            "type": "string",
            "default": "#f9fafb"
        },
        "historyColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "btnBg": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "btnColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "labelColor": {
            "type": "string",
            "default": "#374151"
        },
        "titleColor": {
            "type": "string",
            "default": "#1f2937"
        },
        "subtitleColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "sectionBg": {
            "type": "string",
            "default": ""
        },
        "titleTypo": {
            "type": "object",
            "default": {}
        },
        "subtitleTypo": {
            "type": "object",
            "default": {}
        },
        "winnerTypo": {
            "type": "object",
            "default": {}
        },
        "cardRadius": {
            "type": "number",
            "default": 20
        },
        "btnRadius": {
            "type": "number",
            "default": 100
        },
        "maxWidth": {
            "type": "number",
            "default": 520
        },
        "paddingTop": {
            "type": "number",
            "default": 60
        },
        "paddingBottom": {
            "type": "number",
            "default": 60
        }
    },
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    }
}

```
