# slider-blocks/2.9.9/build/blocks/before-after/block.json

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

- Page: https://pluginprobe.com/plugins/slider-blocks/2.9.9/code/build/blocks/before-after/block.json
- Raw: https://pluginprobe.com/plugins/slider-blocks/2.9.9/raw/build/blocks/before-after/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/before-after/block.json#L10-L20`.

```json
{
  "apiVersion": 3,
  "name": "gutsliders/before-after",
  "version": "0.1.0",
  "title": "Before After",
  "category": "slider-blocks",
  "description": "Showcase Photos Comparison in different styles.",
  "keywords": [
    "image",
    "photo comparison",
    "compare images",
    "image compare",
    "image comparison",
    "before after slider",
    "before after"
  ],
  "supports": {
    "html": false,
    "anchor": true
  },
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 432
  },
  "textdomain": "slider-blocks",
  "editorScript": [
    "file:./index.js"
  ],
  "editorStyle": [
    "file:./index.css"
  ],
  "style": [
    "file:./style-index.css"
  ],
  "viewScript": [
    "file:./frontend.js"
  ]
}
```
