{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/spacing",
  "version": "1.0",
  "title": "Spacing",
  "category": "mf-design-fields",
  "description": "Select spacing values for the selected sides.",
  "attributes": {
    "defaultValue": {
      "type": "object",
      "default": {
        "top": "0",
        "bottom": "0",
        "left": "0",
        "right": "0"
      }
    },
    "sides": {
      "type": "array",
      "default": [
        "top",
        "bottom",
        "left",
        "right"
      ]
    },
    "allowReset": {
      "type": "boolean",
      "default": true
    },
    "allowCustomSize": {
      "type": "boolean",
      "default": false
    },
    "mfMeta": {
      "type": "object",
      "default": {
        "schema": {
          "top": {
            "type": "string"
          },
          "bottom": {
            "type": "string"
          },
          "left": {
            "type": "string"
          },
          "right": {
            "type": "string"
          }
        }
      }
    }
  },
  "example": {
    "attributes": {
      "label": "Spacing",
      "description": "Select a spacing value.",
      "sides": [
        "top",
        "bottom"
      ]
    },
    "viewportWidth": 300
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}