{
  "$schema": "https://schemas.wp.org/wp/6.9/block.json",
  "apiVersion": 3,
  "name": "form-block/fieldset",
  "title": "Fieldset",
  "category": "formatting",
  "description": "A fieldset to group fields with a context.",
  "keywords": [
    "group",
    "field group",
    "container"
  ],
  "textdomain": "form-block",
  "ancestor": [
    "form-block/form"
  ],
  "attributes": {
    "legend": {
      "selector": ".form-block__legend-content",
      "source": "html",
      "type": "string"
    }
  },
  "supports": {
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "width": true,
      "style": true,
      "__experimentalDefaultControls": {
        "radius": true,
        "color": true,
        "width": true,
        "style": true
      }
    },
    "anchor": true,
    "color": {
      "gradients": true,
      "text": true
    },
    "html": false,
    "reusable": false,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": [
    "file:./index.css"
  ]
}