{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gslider-blocks/logo-carousel",
  "version": "1.1.6",
  "title": "Logo Carousel",
  "category": "gslider-blocks",
  "description": "Scrollable carousel for client/brand logos.",
  "keywords": [
    "logo",
    "logos",
    "client logo",
    "brand",
    "brand Logo",
    "partner",
    "carousel",
    "slider",
    "logo carousel",
    "logo slider"
  ],
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "html": false,
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "textdomain": "gslider-blocks",
  "editorScript": [
    "file:./index.js",
    "gslider-blocks-swiper-script"
  ],
  "editorStyle": [
    "file:./index.css",
    "gslider-blocks-swiper-style"
  ],
  "style": [
    "file:./style-index.css",
    "gslider-blocks-swiper-style"
  ],
  "viewScript": [
    "file:./view.js",
    "gslider-blocks-swiper-script"
  ]
}