{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/border",
  "version": "1.0",
  "title": "Border",
  "category": "mf-design-fields",
  "description": "Configure border values.",
  "attributes": {
    "defaultValue": {
      "type": "object",
      "default": {
        "color": "",
        "width": "",
        "style": "",
        "radius": ""
      }
    },
    "enableStyle": {
      "type": "boolean",
      "default": false
    },
    "mfMeta": {
      "type": "object",
      "default": {
        "schema": {
          "color": {
            "type": "string"
          },
          "width": {
            "type": "string"
          },
          "style": {
            "type": "string"
          },
          "radius": {
            "type": "string"
          }
        }
      }
    }
  },
  "example": {
    "attributes": {
      "label": "Border",
      "description": "Configure border values.",
      "defaultValue": {
        "color": "rgb(196, 78, 79)",
        "width": "2px",
        "style": "solid",
        "radius": "8px"
      }
    },
    "viewportWidth": 300
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}