{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "sentient-ai/faq",
    "version": "1.0.0",
    "title": "FAQ",
    "category": "widgets",
    "description": "Create an FAQ section with questions and answers. Outputs FAQPage schema for rich results.",
    "icon": "editor-help",
    "keywords": ["faq", "questions", "answers", "schema", "seo"],
    "supports": {
        "align": ["wide", "full"],
        "html": false,
        "spacing": {
            "margin": true,
            "padding": true
        },
        "color": {
            "background": true,
            "text": true,
            "gradients": true
        }
    },
    "attributes": {
        "layout": {
            "type": "string",
            "default": "accordion"
        },
        "showSearch": {
            "type": "boolean",
            "default": false
        },
        "showSchema": {
            "type": "boolean",
            "default": true
        },
        "openFirst": {
            "type": "boolean",
            "default": false
        },
        "className": {
            "type": "string",
            "default": ""
        }
    },
    "editorScript": "file:./index.js",
    "editorStyle": "file:./editor.css",
    "style": "file:./view.css",
    "viewScript": "file:./view.js"
}
