# slider-blocks/2.9.9/build/blocks/any-content/block.json

GutSlider – All in One Slider and Carousel Blocks for Gutenberg, version 2.9.9. 41 lines.

- Page: https://pluginprobe.com/plugins/slider-blocks/2.9.9/code/build/blocks/any-content/block.json
- Raw: https://pluginprobe.com/plugins/slider-blocks/2.9.9/raw/build/blocks/any-content/block.json
- Modified: 2025-04-28T10:27:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/slider-blocks/2.9.9/code/build/blocks/any-content/block.json#L10-L20`.

```json
{
  "apiVersion": 2,
  "name": "gutsliders/any-content",
  "version": "0.1.0",
  "title": "Flexible",
  "category": "slider-blocks",
  "description": "Slide any content in sliding or 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"
  ]
}
```
