{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "gorilladash/enquiry-component",
    "version": "1.0.0",
    "title": "Gorilla Dash Inquiry Form",
    "category": "common",
    "icon": "email-alt",
    "description": "A comprehensive inquiry form solution with integrated store locator and contact form functionality",
    "keywords": [
        "Gorilla Dash Inquiry Form",
        "gorilladash",
        "enquiry",
        "contact",
        "form",
        "store locator",
        "location",
        "search",
        "component"
    ],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "spacing": {
            "margin": true,
            "padding": true
        }
    },
    "attributes": {
        "enquiryFormSlug": {
            "type": "string",
            "default": "revscale-inquiry"
        },
        "tribeSlug": {
            "type": "string",
            "default": "fl-demo"
        },
        "pageSlug": {
            "type": "string",
            "default": ""
        }
    },
    "textdomain": "gorilla-dash-integration",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./editor.css",
    "style": "file:./style.css"
}