{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "frontend-admin/post-title-field",
  "title": "Post Title Field",
  "description": "Displays a post title field.",
  "category": "frontend-admin",
  "textdomain": "frontend-admin",
  "icon": "list-view",
  "supports": {
    "align": [
      "wide"
    ]
  },
  "usesContext": [
    "frontend-admin/form/form_settings",
    "frontend-admin/form/form_key"
  ],
  "attributes": {
    "field_key": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": "Post Title"
    },
    "hide_label": {
      "type": "boolean",
      "default": ""
    },
    "required": {
      "type": "boolean",
      "default": ""
    },
    "instructions": {
      "type": "string",
      "default": ""
    },
    "default_value": {
      "type": "string",
      "default": ""
    },
    "placeholder": {
      "type": "string",
      "default": ""
    },
    "prepend": {
      "type": "string",
      "default": ""
    },
    "append": {
      "type": "string",
      "default": ""
    },
    "maxlength": {
      "type": "number",
      "default": ""
    },
    "post_slug": {
      "type": "boolean",
      "default": ""
    }
  },
  "editorScript": "file:../../post-title/index.js"
}