{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "nexa/message",
  "version": "1.0.0",
  "title": "Message",
  "category": "nexa-blocks",
  "description": "Textarea field for Form Block",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": false,
    "customClassName": false
  },
  "example": {},
  "parent": [
    "nexa/container",
    "nexa/form"
  ],
  "usesContext": [
    "nexa/showFormIcon",
    "nexa/showLabel"
  ],
  "textdomain": "nexa-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}