{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "uicore/a-form",
  "version": "0.1.0",
  "title": "Advanced Form",
  "category": "uicore-advanced",
  "icon": "uicore-block-icon",
  "description": "Build advanced forms with custom layouts and elements.",
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "textdomain": "uicore-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}