{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "webbiz/qa-reveal",
    "title": "Q&A 問答",
    "category": "text",
    "icon": "editor-help",
    "description": "互動式問答區塊，點擊顯示答案",
    "keywords": ["qa", "faq", "問答", "揭曉", "reveal"],
    "textdomain": "webbiz-toolkit",
    "supports": {
        "html": false,
        "align": ["wide", "full"]
    },
    "attributes": {
        "question": { "type": "string", "default": "" },
        "answer": { "type": "string", "default": "" },
        "defaultOpen": { "type": "boolean", "default": false },
        "style": { "type": "string", "default": "minimal" }
    },
    "editorScript": "webbiz-qa-reveal-editor",
    "editorStyle": "webbiz-qa-reveal-editor-style",
    "style": "webbiz-qa-reveal-frontend"
}
