{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "contact-form/contact-form",
  "version": "0.1.0",
  "title": "Contact Form",
  "category": "text",
  "icon": "smiley",
  "description": "Example block scaffolded with Create Block tool.",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "contact-form",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}