{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/text",
  "version": "1.0",
  "title": "Text",
  "category": "mf-input-fields",
  "description": "A simple text input field.",
  "attributes": {
    "defaultValue": {
      "type": "string",
      "default": ""
    },
    "placeholder": {
      "type": "string",
      "default": ""
    },
    "maxLength": {
      "type": "number",
      "default": null
    }
  },
  "example": {
    "attributes": {
      "label": "Text",
      "defaultValue": "Hello World!",
      "description": "A simple text input field."
    },
    "viewportWidth": 300
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}