{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/gallery",
  "version": "1.0",
  "title": "Gallery",
  "category": "mf-media-fields",
  "description": "Select several images at once and order them by drag and drop.",
  "attributes": {
    "defaultValue": {
      "type": "array",
      "default": []
    },
    "mfMeta": {
      "type": "object",
      "default": {
        "schema": {
          "type": "integer"
        }
      }
    },
    "minImages": {
      "type": "number"
    },
    "maxImages": {
      "type": "number"
    },
    "previewRatio": {
      "type": "string",
      "default": "1"
    }
  },
  "example": {
    "attributes": {
      "label": "Gallery"
    },
    "viewportWidth": 300
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}