{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "sentient-ai/faq-item",
    "version": "1.0.0",
    "title": "FAQ Item",
    "description": "A question and answer pair for the FAQ section.",
    "parent": ["sentient-ai/faq"],
    "icon": "editor-expand",
    "supports": {
        "html": false,
        "spacing": {
            "margin": true,
            "padding": true
        }
    },
    "attributes": {
        "question": {
            "type": "string",
            "source": "html",
            "selector": ".sentientai-faq-question-text",
            "default": ""
        },
        "answer": {
            "type": "string",
            "source": "html",
            "selector": ".sentientai-faq-answer-content",
            "default": ""
        }
    },
    "editorScript": "file:../faq/index.js",
    "editorStyle": "file:../faq/editor.css"
}
