{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gslider-blocks/base",
  "version": "1.1.6",
  "title": "Base",
  "category": "gslider-blocks",
  "description": "Display fixed content in a sliding or carousel layout.",
  "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"
  ]
}