{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "frontend-admin/block-editor-field",
  "title": "Block Editor",
  "description": "Displays a block editor field.",
  "category": "frontend-admin",
  "textdomain": "frontend-admin",
  "supports": {
    "align": [
      "wide"
    ]
  },
  "attributes": {
    "field_key": {
      "type": "string",
      "default": ""
    },
    "name": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": "Wysiwyg"
    },
    "hide_label": {
      "type": "boolean",
      "default": ""
    },
    "required": {
      "type": "boolean",
      "default": ""
    },
    "default_value": {
      "type": "string",
      "default": ""
    },
    "placeholder": {
      "type": "string",
      "default": ""
    },
    "instructions": {
      "type": "string",
      "default": ""
    },
    "maxlength": {
      "type": "number",
      "default": ""
    },
    "rows": {
      "type": "number",
      "default": ""
    }
  },
  "editorScript": "file:../../block-editor/index.js"
}