{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "minimal-gallery-page/gallery-block",
  "title": "Minimal Gallery",
  "category": "media",
  "icon": "format-gallery",
  "description": "Display one of your created galleries anywhere on the page.",
  "keywords": ["gallery", "photos", "images"],
  "textdomain": "minimal-gallery-page",
  "attributes": {
    "galleryId": {
      "type": "number",
      "default": 0
    }
  },
  "supports": {
    "html": false,
    "align": ["wide", "full"]
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "render": "file:./render.php"
}

