{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "kidearn/contact-form",
  "version": "1.0.0",
  "title": "Contact Form",
  "category": "kidearn",
  "icon": "email-alt",
  "description": "An accessible secure contact form that emails the site administrator.",
  "textdomain": "kidearn",
  "attributes": {
    "eyebrow": { "type": "string", "default": "Talk with our team" },
    "heading": { "type": "string", "default": "Feel free to write us anytime" },
    "description": { "type": "string", "default": "Ask about enrollment, classroom visits, schedules, or anything else your family needs." },
    "buttonLabel": { "type": "string", "default": "Send message" },
    "showPhone": { "type": "boolean", "default": true }
  },
  "supports": {
    "align": ["wide", "full"],
    "anchor": true,
    "spacing": { "margin": true, "padding": true },
    "color": { "background": true, "text": true }
  }
}
