# blockenberg/2.0.13/blocks/toggle/block.json

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

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.13/code/blocks/toggle/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.13/raw/blocks/toggle/block.json
- Modified: 2026-09-12T16:20:02+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.13/code/blocks/toggle/block.json#L10-L20`.

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/toggle",
    "title": "Toggle / Read More",
    "description": "A single expandable panel for 'Read More', spoilers, or collapsible content sections.",
    "category": "bkbg-content",
    "icon": "arrow-down",
    "keywords": [
        "toggle",
        "read more",
        "spoiler",
        "collapse",
        "expand",
        "accordion"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-toggle-editor",
    "editorStyle": "bkbg-toggle-style",
    "style": "bkbg-toggle-style",
    "viewScript": "bkbg-toggle-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "title": {
            "type": "string",
            "default": "Click to read more"
        },
        "content": {
            "type": "string",
            "source": "html",
            "selector": ".bkbg-tgl-body"
        },
        "defaultOpen": {
            "type": "boolean",
            "default": false
        },
        "titleTag": {
            "type": "string",
            "default": "h3"
        },
        "iconType": {
            "type": "string",
            "default": "chevron"
        },
        "iconPosition": {
            "type": "string",
            "default": "right"
        },
        "layout": {
            "type": "string",
            "default": "default"
        },
        "titleTypo": {
            "type": "object",
            "default": {}
        },
        "contentTypo": {
            "type": "object",
            "default": {}
        },
        "borderRadius": {
            "type": "number",
            "default": 8
        },
        "padding": {
            "type": "number",
            "default": 16
        },
        "animationSpeed": {
            "type": "number",
            "default": 280
        },
        "titleColor": {
            "type": "string",
            "default": "#111827"
        },
        "titleBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "titleHoverBg": {
            "type": "string",
            "default": "#f9fafb"
        },
        "activeTitleBg": {
            "type": "string",
            "default": "#eff6ff"
        },
        "activeTitleColor": {
            "type": "string",
            "default": "#1d4ed8"
        },
        "contentColor": {
            "type": "string",
            "default": "#374151"
        },
        "contentBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "iconColor": {
            "type": "string",
            "default": "#6b7280"
        },
        "iconActiveColor": {
            "type": "string",
            "default": "#2563eb"
        },
        "borderColor": {
            "type": "string",
            "default": "#e5e7eb"
        },
        "dividerColor": {
            "type": "string",
            "default": "#f3f4f6"
        }
    }
}

```
