{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "frontis-blocks/marquee-carousel",
  "version": "1.0.0",
  "title": "Marquee Carousel",
  "category": "frontis-blocks",
  "description": "Create an engaging marquee carousel with smooth transitions and customizable settings.",
  "example": {},
  "supports": {
    "html": false,
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "textdomain": "frontis-blocks",
  "usesContext": [
    "frontisBlocks:arrowsUniqueId"
  ],
  "editorScript": [
    "file:./index.js",
    "frontis-swiper-script"
  ],
  "editorStyle": [
    "file:./index.css",
    "frontis-swiper-style"
  ]
}