PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 3.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v3.3.3
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
blockspare / dist / blocks / image-slider / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.3.3, at dist/blocks/image-slider/block.json

132 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare/blockspare-slider",
3 "category": "blockspare",
4 "attributes": {
5 "align": {
6 "type": "string"
7 },
8 "uniqueClass": {
9 "type": "string"
10 },
11 "animation": {
12 "type": "string",
13 "default": ""
14 },
15 "images": {
16 "type": "array",
17 "default": [],
18 "selector": "img",
19 "query": {
20 "url": {
21 "type": "string",
22 "source": "attribute",
23 "attribute": "src"
24 },
25 "alt": {
26 "type": "string",
27 "source": "attribute",
28 "attribute": "alt",
29 "default": ""
30 },
31 "id": {
32 "type": "string",
33 "source": "attribute",
34 "attribute": "data-id"
35 },
36 "width": {
37 "type": "string",
38 "source": "attribute",
39 "attribute": "data-width"
40 }
41 }
42 },
43 "imageSize": {
44 "type": "string",
45 "default": "thumbnail"
46 },
47 "showsliderNextPrev": {
48 "type": "boolean",
49 "default": true
50 },
51 "showDots": {
52 "type": "boolean",
53 "default": false
54 },
55 "numberofSlide": {
56 "type": "number",
57 "default": 1
58 },
59 "enableAutoPlay": {
60 "type": "boolean",
61 "default": true
62 },
63 "carouselSpeed": {
64 "type": "number",
65 "default": "1000"
66 },
67 "carouselNextIcon": {
68 "type": "string",
69 "default": "fas fa-chevron-right"
70 },
71 "navigationColor": {
72 "type": "string",
73 "default": "#000"
74 },
75 "gutterSpace": {
76 "type": "number",
77 "default": 1
78 },
79 "colorFilter": {
80 "type": "string",
81 "default": "blockspare-original"
82 },
83 "showOriginalOnHover": {
84 "type": "boolean",
85 "default": false
86 },
87 "navigationSize": {
88 "type": "string",
89 "default": "blockspare-navigation-small"
90 },
91 "navigationShape": {
92 "type": "string",
93 "default": "lpc-navigation-1"
94 },
95 "navigationShapeColor": {
96 "type": "string",
97 "default": "#fff"
98 },
99 "enableEqualHeight": {
100 "type": "boolean",
101 "default": true
102 },
103 "borderRadius": {
104 "type": "number",
105 "default": 0
106 },
107 "marginTop": {
108 "type": "number",
109 "default": 30
110 },
111 "marginRight": {
112 "type": "number",
113 "default": 0
114 },
115 "marginBottom": {
116 "type": "number",
117 "default": 30
118 },
119 "marginLeft": {
120 "type": "number",
121 "default": 0
122 },
123 "blockHoverEffect": {
124 "type": "string",
125 "default": ""
126 },
127 "imageHoverEffect": {
128 "type": "string",
129 "default": ""
130 }
131 }
132 }