{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "easy-architect/easy-form-field",
  "version": "1.0.0",
  "title": "Field",
  "category": "widgets",
  "icon": "excerpt-view",
  "description": "Add a field with label and input to your Easy Form.",
  "example": {},
  "allowedBlocks": [
    "easy-architect/easy-form-label",
    "easy-architect/easy-form-input",
    "core/paragraph",
    "core/group"
  ],
  "supports": {
    "anchor": true,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "color": {
      "gradients": true,
      "link": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "shadow": true,
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true,
      "__experimentalDefaultControls": {
        "margin": false,
        "padding": true,
        "blockGap": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalTextDecoration": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalTextTransform": true,
      "__experimentalWritingMode": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "layout": {
      "default": {
        "type": "flex",
        "orientation": "vertical",
        "justifyContent": "stretch",
        "flexWrap": "nowrap"
      },
      "allowSizingOnChildren": true,
      "allowSwitching": false
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "textdomain": "easy-architect",
  "editorScript": "file:./index.js"
}