{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "appiapp-carousel/gallery-container",
  "version": "0.1.0",
  "title": "Media Gallery Carousel",
  "category": "media",
  "ancestor": [
    "appiapp-carousel/carousel"
  ],
  "icon": "slides",
  "description": "Gallery Container for carousel items.",
  "usesContext": [
    "appiapp-carousel/carouselType"
  ],
  "supports": {
    "html": false,
    "className": true
  },
  "attributes": {
    "images": {
      "type": "array",
      "default": []
    },
    "enableLightbox": {
      "type": "boolean",
      "default": true
    },
    "enableCaptionUnderImage": {
      "type": "boolean",
      "default": true
    },
    "enableCaptionsLightbox": {
      "type": "boolean",
      "default": true
    },
    "captionSource": {
      "type": "string",
      "default": "caption"
    },
    "imageSize": {
      "type": "string",
      "default": "medium"
    },
    "aspectRatio": {
      "type": "string",
      "default": ""
    },
    "objectFit": {
      "type": "string",
      "default": "cover"
    },
    "verticalAlignment": {
      "type": "string"
    }
  },
  "textdomain": "appiapp-carousel",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}