# blockenberg/2.0.7/blocks/faq-grid/block.json

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

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

```json
{
    "apiVersion": 3,
    "name": "blockenberg/faq-grid",
    "title": "FAQ Grid",
    "category": "bkbg-business",
    "icon": "editor-help",
    "description": "Display frequently asked questions as a scannable card grid — ideal for pricing pages and knowledge bases.",
    "keywords": [
        "faq",
        "grid",
        "questions",
        "answers",
        "cards",
        "help",
        "knowledge base"
    ],
    "textdomain": "blockenberg",
    "editorScript": "bkbg-faq-grid-editor",
    "editorStyle": "bkbg-faq-grid-style",
    "style": "bkbg-faq-grid-style",
    "supports": {
        "html": false,
        "align": [
            "wide",
            "full"
        ]
    },
    "attributes": {
        "heading": {
            "type": "string",
            "default": "Frequently Asked Questions"
        },
        "showHeading": {
            "type": "boolean",
            "default": true
        },
        "subheading": {
            "type": "string",
            "default": "Everything you need to know."
        },
        "showSubheading": {
            "type": "boolean",
            "default": true
        },
        "items": {
            "type": "array",
            "default": [
                {
                    "question": "How do I get started?",
                    "answer": "Sign up for a free account and follow our onboarding wizard. You'll be set up in under five minutes with no credit card required."
                },
                {
                    "question": "Is there a free trial?",
                    "answer": "Yes — all plans include a 14-day free trial. No credit card required. Cancel anytime."
                },
                {
                    "question": "Can I change my plan later?",
                    "answer": "Absolutely. You can upgrade, downgrade, or cancel your plan at any time from your account settings."
                },
                {
                    "question": "Do you offer refunds?",
                    "answer": "We offer a 30-day money-back guarantee on all annual plans. Monthly plans are non-refundable but you can cancel at any time."
                },
                {
                    "question": "Is my data secure?",
                    "answer": "All data is encrypted in transit and at rest. We are SOC 2 Type II certified and GDPR compliant."
                },
                {
                    "question": "How do I contact support?",
                    "answer": "You can reach our support team via live chat or email. Enterprise customers also get a dedicated account manager."
                }
            ]
        },
        "columns": {
            "type": "number",
            "default": 2
        },
        "style": {
            "type": "string",
            "default": "card"
        },
        "showNumber": {
            "type": "boolean",
            "default": false
        },
        "showDivider": {
            "type": "boolean",
            "default": false
        },
        "questionSize": {
            "type": "number",
            "default": 17
        },
        "questionWeight": {
            "type": "number",
            "default": 700
        },
        "questionLineHeight": {
            "type": "number",
            "default": 1.35
        },
        "answerSize": {
            "type": "number",
            "default": 15
        },
        "answerLineHeight": {
            "type": "number",
            "default": 1.7
        },
        "typoHeading": {
            "type": "object",
            "default": {}
        },
        "typoSubheading": {
            "type": "object",
            "default": {}
        },
        "typoQuestion": {
            "type": "object",
            "default": {}
        },
        "typoAnswer": {
            "type": "object",
            "default": {}
        },
        "cardPadding": {
            "type": "number",
            "default": 28
        },
        "cardRadius": {
            "type": "number",
            "default": 14
        },
        "gap": {
            "type": "number",
            "default": 20
        },
        "headingSize": {
            "type": "number",
            "default": 32
        },
        "headingWeight": {
            "type": "number",
            "default": 800
        },
        "headingLineHeight": {
            "type": "number",
            "default": 1.15
        },
        "headingAlign": {
            "type": "string",
            "default": "center"
        },
        "subSize": {
            "type": "number",
            "default": 18
        },
        "subLineHeight": {
            "type": "number",
            "default": 1.6
        },
        "sectionGap": {
            "type": "number",
            "default": 48
        },
        "paddingTop": {
            "type": "number",
            "default": 64
        },
        "paddingBottom": {
            "type": "number",
            "default": 64
        },
        "accentColor": {
            "type": "string",
            "default": "#6c3fb5"
        },
        "bgColor": {
            "type": "string",
            "default": "#ffffff"
        },
        "textColor": {
            "type": "string",
            "default": "#1e293b"
        },
        "headingColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "subColor": {
            "type": "string",
            "default": "#64748b"
        },
        "questionColor": {
            "type": "string",
            "default": "#0f172a"
        },
        "answerColor": {
            "type": "string",
            "default": "#475569"
        },
        "cardBg": {
            "type": "string",
            "default": "#ffffff"
        },
        "cardBorder": {
            "type": "string",
            "default": "#e2e8f0"
        },
        "numberColor": {
            "type": "string",
            "default": "#6c3fb5"
        }
    }
}

```
