{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "gorilladash/newsletter-signup",
    "version": "1.0.0",
    "title": "Gorilla Dash Newsletter Signup",
    "category": "common",
    "icon": "email",
    "description": "A simple newsletter signup form with Name and Email fields, integrated with Gorilla Dash API",
    "keywords": [
        "newsletter",
        "signup",
        "subscribe",
        "email",
        "gorilla dash",
        "gorilladash",
        "form"
    ],
    "supports": {
        "html": false,
        "align": ["wide", "full"],
        "spacing": {
            "margin": true,
            "padding": true
        }
    },
    "attributes": {
        "title": {
            "type": "string",
            "default": "Newsletter Signup"
        },
        "nameLabel": {
            "type": "string",
            "default": "Name"
        },
        "namePlaceholder": {
            "type": "string",
            "default": "Enter your full name"
        },
        "emailLabel": {
            "type": "string",
            "default": "Email"
        },
        "emailPlaceholder": {
            "type": "string",
            "default": "Enter your email address"
        },
        "buttonText": {
            "type": "string",
            "default": "Subscribe"
        },
        "enquiryFormSlug": {
            "type": "string",
            "default": "newsletter-signup"
        },
        "tribeSlug": {
            "type": "string",
            "default": ""
        }
    },
    "textdomain": "gorilla-dash-newsletter",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./editor.css",
    "style": "file:./style.css"
}
