PluginProbe
GutSlider – All in One Slider and Carousel Blocks for Gutenberg / 2.11.0
GutSlider – All in One Slider and Carousel Blocks for Gutenberg v2.11.0
3.1.0 3.0.0 2.13.2 2.13.1 2.13.0 trunk 1.0.0 2.1.0 2.10.0 2.10.1 2.11.0 2.11.1 2.11.2 2.11.3 2.11.4 2.12.0 2.2.1 2.2.2 2.3.0 2.4.0 2.5.1 2.5.3 2.5.4 2.5.5 2.6.1 All 56 releases
slider-blocks / build / blocks / before-after / block.json

block.json in GutSlider – All in One Slider and Carousel Blocks for Gutenberg 2.11.0, at build/blocks/before-after/block.json

40 lines 752 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "name": "gutsliders/before-after",
4 "version": "0.1.0",
5 "title": "Before After",
6 "category": "slider-blocks",
7 "description": "Showcase Photos Comparison in different styles.",
8 "keywords": [
9 "image",
10 "photo comparison",
11 "compare images",
12 "image compare",
13 "image comparison",
14 "before after slider",
15 "before after"
16 ],
17 "supports": {
18 "html": false,
19 "anchor": true
20 },
21 "example": {
22 "attributes": {
23 "preview": true
24 },
25 "viewportWidth": 432
26 },
27 "textdomain": "slider-blocks",
28 "editorScript": [
29 "file:./index.js"
30 ],
31 "editorStyle": [
32 "file:./index.css"
33 ],
34 "style": [
35 "file:./style-index.css"
36 ],
37 "viewScript": [
38 "file:./frontend.js"
39 ]
40 }