# blockenberg/2.0.7/blocks/icon-feature-grid/block.json

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

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

```json
{
    "apiVersion": 3,
    "name": "blockenberg/icon-feature-grid",
    "title": "Icon Feature Grid",
    "category": "bkbg-marketing",
    "icon": "grid-view",
    "description": "Responsive grid of features with icons, titles and descriptions. Perfect for product pages, landing pages, and about sections.",
    "keywords": [
        "features",
        "grid",
        "icons",
        "benefits",
        "services",
        "cards",
        "why us"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-icon-feature-grid-editor",
    "editorStyle": "bkbg-icon-feature-grid-style",
    "style": "bkbg-icon-feature-grid-style",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "heading": {
            "type": "string",
            "default": "Everything you need to succeed"
        },
        "showHeading": {
            "type": "boolean",
            "default": true
        },
        "subheading": {
            "type": "string",
            "default": "A complete toolkit designed to help your team move faster, collaborate better, and build with confidence."
        },
        "showSubheading": {
            "type": "boolean",
            "default": true
        },
        "items": {
            "type": "array",
            "default": [
                {
                    "icon": "dashicons-performance",
                    "title": "Lightning Fast",
                    "description": "Built for speed from the ground up. Delivers results in milliseconds, not seconds.",
                    "accentColor": "#6c3fb5"
                },
                {
                    "icon": "dashicons-shield-alt",
                    "title": "Enterprise Security",
                    "description": "Bank-grade encryption, SSO, and compliance tools that meet the standards of the most demanding teams.",
                    "accentColor": "#3b82f6"
                },
                {
                    "icon": "dashicons-chart-line",
                    "title": "Powerful Analytics",
                    "description": "Real-time insights and custom reports that give you a clear picture of what's working and what isn't.",
                    "accentColor": "#10b981"
                },
                {
                    "icon": "dashicons-groups",
                    "title": "Team Collaboration",
                    "description": "Shared workspaces, roles and permissions, and live co-editing make working together effortless.",
                    "accentColor": "#f59e0b"
                },
                {
                    "icon": "dashicons-migrate",
                    "title": "Easy Integrations",
                    "description": "Connect with 200+ tools you already use. Zapier, Slack, Notion, GitHub, and many more.",
                    "accentColor": "#ef4444"
                },
                {
                    "icon": "dashicons-sos",
                    "title": "24/7 Support",
                    "description": "World-class support available round the clock. Average response time under 2 minutes.",
                    "accentColor": "#ec4899"
                }
            ]
        },
        "columns": {
            "type": "number",
            "default": 3
        },
        "style": {
            "type": "string",
            "default": "card"
        },
        "iconStyle": {
            "type": "string",
            "default": "circle"
        },
        "useItemAccent": {
            "type": "boolean",
            "default": true
        },
        "globalAccent": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "iconSize": {
            "type": "number",
            "default": 24
        },
        "iconBoxSize": {
            "type": "number",
            "default": 52
        },
        "iconRadius": {
            "type": "number",
            "default": 50
        },
        "titleSize": {
            "type": "number",
            "default": 18
        },
        "titleWeight": {
            "type": "string",
            "default": "700"
        },
        "titleLineHeight": {
            "type": "number",
            "default": 1.3
        },
        "descSize": {
            "type": "number",
            "default": 15
        },
        "descWeight": {
            "type": "string",
            "default": "400"
        },
        "descLineHeight": {
            "type": "number",
            "default": 1.6
        },
        "cardPadding": {
            "type": "number",
            "default": 28
        },
        "cardRadius": {
            "type": "number",
            "default": 14
        },
        "gap": {
            "type": "number",
            "default": 20
        },
        "headingSize": {
            "type": "number",
            "default": 36
        },
        "headingWeight": {
            "type": "string",
            "default": "800"
        },
        "headingLineHeight": {
            "type": "number",
            "default": 1.2
        },
        "headingAlign": {
            "type": "string",
            "default": "center"
        },
        "subSize": {
            "type": "number",
            "default": 18
        },
        "subWeight": {
            "type": "string",
            "default": "600"
        },
        "subLineHeight": {
            "type": "number",
            "default": 1.4
        },
        "sectionGap": {
            "type": "number",
            "default": 56
        },
        "paddingTop": {
            "type": "number",
            "default": 64
        },
        "paddingBottom": {
            "type": "number",
            "default": 64
        },
        "bgColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "headingColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "subColor": {
            "type": "string",
            "default": "#64748b"
        },
        "titleColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "descColor": {
            "type": "string",
            "default": "#475569"
        },
        "cardBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "cardBorder": {
            "type": "string",
            "default": "#e2e8f0"
        },
        "iconBg": {
            "type": "string",
            "default": ""
        },
        "headingTypo": {
            "type": "object",
            "default": {}
        },
        "subTypo": {
            "type": "object",
            "default": {}
        },
        "titleTypo": {
            "type": "object",
            "default": {}
        },
        "descTypo": {
            "type": "object",
            "default": {}
        }
    }
}

```
