{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "acquisitionsuite/form",
    "title": "AcquisitionSuite Form",
    "category": "widgets",
    "icon": "feedback",
    "description": "Embed an AcquisitionSuite custom form (appointment, registration, file-gate, or any other lead capture) on this page.",
    "keywords": [ "form", "lead capture", "appointment", "registration" ],
    "textdomain": "acquisitionsuite",
    "attributes": {
        "formId": { "type": "number", "default": 0 },
        "display": { "type": "string", "default": "" }
    },
    "supports": {
        "html": false,
        "align": [ "wide", "full" ]
    }
}
