{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "zyrex/faq",
    "title": "FAQ Zyrex",
    "category": "widgets",
    "icon": "editor-help",
    "description": "FAQ accordion with Google rich snippets (FAQPage JSON-LD). Pick which entries to show.",
    "textdomain": "faq-zyrex",
    "keywords": ["faq", "accordion", "questions", "zyrex"],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "anchor": true
    },
    "attributes": {
        "ids": {
            "type": "array",
            "default": [],
            "items": { "type": "integer" }
        }
    },
    "editorScript": "file:./index.js",
    "style": "zxfaq-main-css",
    "render": "file:./render.php"
}
