{
  "apiVersion": 3,
  "name": "gutsliders/logo-carousel",
  "version": "0.1.0",
  "title": "Brand Logos",
  "category": "slider-blocks",
  "description": "Show logos in carousel mode.",
  "supports": {
    "html": false,
    "anchor": true,
    "align": [
      "wide",
      "full"
    ]
  },
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 432
  },
  "textdomain": "slider-blocks",
  "editorScript": [
    "file:./index.js",
    "gutslider-swiper-script",
    "gutslider-blocks-global-script"
  ],
  "editorStyle": [
    "file:./index.css",
    "gutslider-swiper-style",
    "gutslider-blocks-global-style"
  ],
  "style": [
    "file:./style-index.css",
    "gutslider-swiper-style"
  ],
  "viewScript": [
    "file:./frontend.js",
    "gutslider-swiper-script"
  ]
}