{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Post Carousel",
  "name": "zolo/post-carousel",
  "category": "zoloblocks",
  "keywords": [
    "post",
    "carousel",
    "slider",
    "feature",
    "highlight",
    "news"
  ],
  "description": "Feature posts in an interactive, customizable carousel.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": [
    "file:./index.js"
  ],
  "style": [
    "swiper",
    "file:./style-index.css"
  ],
  "viewScript": "file:./frontend.js",
  "script": [
    "swiper"
  ]
}