# blockenberg/2.0.7/blocks/key-takeaways/block.json

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

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

```json
{
    "apiVersion": 3,
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "blockenberg/key-takeaways",
    "title": "Key Takeaways",
    "category": "bkbg-blog",
    "icon": "editor-ul",
    "description": "A styled summary box for articles and blog posts highlighting the most important points. Supports custom heading, icon, bullet style, and rich color options.",
    "keywords": [
        "key takeaways",
        "summary",
        "highlights",
        "checklist",
        "tips",
        "bullets",
        "article",
        "blog"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-key-takeaways-editor",
    "style": "bkbg-key-takeaways-style",
    "viewScript": "bkbg-key-takeaways-frontend",
    "supports": {
        "html": false,
        "anchor": true,
        "className": true,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "heading": {
            "type": "string",
            "default": "Key Takeaways"
        },
        "showHeading": {
            "type": "boolean",
            "default": true
        },
        "headingIcon": {
            "type": "string",
            "default": "✦"
        },
        "headingIconType": {
            "type": "string",
            "default": "custom-char"
        },
        "headingIconDashicon": {
            "type": "string",
            "default": "star-filled"
        },
        "headingIconImageUrl": {
            "type": "string",
            "default": ""
        },
        "showHeadingIcon": {
            "type": "boolean",
            "default": true
        },
        "items": {
            "type": "array",
            "default": [
                "The first and most important point goes here.",
                "A second key insight or action item for the reader.",
                "A third takeaway reinforcing the article's main message."
            ]
        },
        "bulletStyle": {
            "type": "string",
            "default": "check"
        },
        "customBullet": {
            "type": "string",
            "default": "→"
        },
        "accentColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "cardBg": {
            "type": "string",
            "default": "#f5f3ff"
        },
        "borderColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "headingColor": {
            "type": "string",
            "default": "#1e1b4b"
        },
        "itemColor": {
            "type": "string",
            "default": "#374151"
        },
        "bulletColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "iconBg": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "iconColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "borderPosition": {
            "type": "string",
            "default": "left"
        },
        "borderWidth": {
            "type": "number",
            "default": 4
        },
        "cardRadius": {
            "type": "number",
            "default": 12
        },
        "headingTypo": {
            "type": "object",
            "default": {}
        },
        "itemTypo": {
            "type": "object",
            "default": {}
        },
        "paddingV": {
            "type": "number",
            "default": 28
        },
        "paddingH": {
            "type": "number",
            "default": 28
        },
        "itemGap": {
            "type": "number",
            "default": 14
        },
        "maxWidth": {
            "type": "number",
            "default": 760
        },
        "showDivider": {
            "type": "boolean",
            "default": true
        }
    }
}

```
