{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/imagegallery-block",
  "version": "1.1.1",
  "title": "Image Gallery Block",
  "category": "necessary-blocks",
  "icon": "format-gallery",
  "description": "Create a visually appealing gallery of images for showcasing portfolios, photo collections, or visual content",
  "example": {},
  "supports": {
    "html": false,
    "color": {},
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": [
      "wide",
      "full"
    ],
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "images": {
      "type": "array",
      "default": []
    },
    "imagesPerLine": {
      "type": "number",
      "default": 3
    },
    "showCaptions": {
      "type": "boolean",
      "default": false
    },
    "captions": {
      "type": "array",
      "default": []
    },
    "showHeading": {
      "type": "boolean",
      "default": true
    },
    "featuredImageSizeSlug": {
      "type": "string"
    },
    "featuredImageSizeWidth": {
      "type": "number",
      "default": null
    },
    "featuredImageSizeHeight": {
      "type": "number",
      "default": null
    }
  },
  "keywords": [
    "Image Gallery Block",
    "necessary Blocks",
    "Image Gallery"
  ],
  "textdomain": "imagegallery-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}