PluginProbe
GutSlider – All in One Slider and Carousel Blocks for Gutenberg / 2.4.0
GutSlider – All in One Slider and Carousel Blocks for Gutenberg v2.4.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 / any-content / block.json

block.json in GutSlider – All in One Slider and Carousel Blocks for Gutenberg 2.4.0, at build/blocks/any-content/block.json

38 lines 816 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 2,
3 "name": "gutsliders/any-content",
4 "version": "0.1.0",
5 "title": "Slide Any Content",
6 "category": "slider-blocks",
7 "description": "Show custom content in sliding mode.",
8 "supports": {
9 "html": false,
10 "anchor": true,
11 "align": [
12 "wide",
13 "full"
14 ]
15 },
16 "example": {
17 "attributes": {
18 "slides": [
19 {
20 "title": "Slide 1",
21 "description": "Slide 1 description"
22 },
23 {
24 "title": "Slide 2",
25 "description": "Slide 2 description"
26 },
27 {
28 "title": "Slide 3",
29 "description": "Slide 3 description"
30 }
31 ]
32 }
33 },
34 "textdomain": "slider-blocks",
35 "editorScript": "file:./index.js",
36 "editorStyle": "file:./index.css",
37 "style": "file:./style-index.css"
38 }