{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "formgent/name",
  "title": "Name",
  "category": "formgent",
  "description": "Add a customizable name field for various use cases.",
  "textdomain": "formgent",
  "attributes": {
    "id": {
      "type": "string",
      "default": ""
    },
    "label_alignment": {
      "type": "string",
      "default": "top"
    },
    "name": {
      "type": "string",
      "default": "name"
    },
    "block_width": {
      "type": "string",
      "default": "100"
    },
    "label": {
      "type": "string",
      "default": "Name"
    },
    "logics": {
      "type": "object",
      "default": {}
    },
    "is_preview": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "interactivity": true
  },
  "editorScript": "file:index.js",
  "style": "file:style-index.css",
  "editorStyle": "file:index.css",
  "render": "file:render.php"
}