{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "appiapp-carousel/query-container",
  "version": "0.1.0",
  "title": "Content Query Carousel",
  "category": "media",
  "ancestor": [
    "appiapp-carousel/carousel"
  ],
  "icon": "slides",
  "description": "Query Container for carousel items.",
  "usesContext": [
    "appiapp-carousel/carouselType"
  ],
  "supports": {
    "html": false,
    "className": true
  },
  "attributes": {
    "verticalAlignment": {
      "type": "string"
    }
  },
  "textdomain": "appiapp-carousel",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}