PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 4.1.0
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v4.1.0
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 / build / block / container / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 4.1.0, at build/block/container/block.json

238 lines 4.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "blockspare/blockspare-container",
5 "category": "blockspare",
6 "supports": {
7 "align": [
8 "center",
9 "wide",
10 "full"
11 ]
12 },
13 "attributes": {
14 "className": {
15 "type": "string"
16 },
17 "align": {
18 "type": "string",
19 "default": "full"
20 },
21 "uniqueClass": {
22 "type": "string",
23 "default": ""
24 },
25 "imgURL": {
26 "type": "string"
27 },
28 "imgID": {
29 "type": "number"
30 },
31 "imgAlt": {
32 "type": "string"
33 },
34 "opacityRatio": {
35 "type": "number",
36 "default": 100
37 },
38 "backGroundColor": {
39 "type": "string",
40 "default": "#f9f9f9"
41 },
42 "borderRadius": {
43 "type": "number",
44 "default": 0
45 },
46 "backgroundFix": {
47 "type": "boolean",
48 "default": false
49 },
50 "separatorEnable": {
51 "type": "boolean",
52 "default": false
53 },
54 "showFront": {
55 "type": "boolean",
56 "default": false
57 },
58 "zindexDivider": {
59 "type": "number",
60 "default": 20
61 },
62 "verticalFlip": {
63 "type": "boolean",
64 "default": true
65 },
66 "horizontalFlip": {
67 "type": "boolean",
68 "default": false
69 },
70 "dividerPosition": {
71 "type": "string",
72 "default": "has-separator-top"
73 },
74 "topDividerMargin": {
75 "type": "number",
76 "default": 0
77 },
78 "bottomDividerMargin": {
79 "type": "number",
80 "default": 0
81 },
82 "enableGap": {
83 "type": "boolean",
84 "default": false
85 },
86 "animation": {
87 "type": "string",
88 "default": ""
89 },
90 "blockHoverEffect": {
91 "type": "string",
92 "default": ""
93 },
94 "design": {
95 "type": "string",
96 "default": "double-wave"
97 },
98 "layer1Shadow": {
99 "type": "boolean",
100 "default": false
101 },
102 "width": {
103 "type": "number",
104 "default": 1
105 },
106 "height": {
107 "type": "number",
108 "default": 150
109 },
110 "color": {
111 "type": "string",
112 "default": "#141618"
113 },
114 "enableBottomSeperator": {
115 "type": "boolean",
116 "default": false
117 },
118 "bottomDesign": {
119 "type": "string",
120 "default": "double-wave"
121 },
122 "bottomWidth": {
123 "type": "number",
124 "default": 1
125 },
126 "bottomHeight": {
127 "type": "number",
128 "default": 150
129 },
130 "bottomColor": {
131 "type": "string",
132 "default": "#141618"
133 },
134 "shapeVerticalFlip": {
135 "type": "boolean",
136 "default": false
137 },
138 "shapeHorizontalFlip": {
139 "type": "boolean",
140 "default": false
141 },
142 "showBottomFront": {
143 "type": "boolean",
144 "default": false
145 },
146 "enableBottomGap": {
147 "type": "boolean",
148 "default": false
149 },
150 "bottomZindexDivider": {
151 "type": "number",
152 "default": 20
153 },
154 "enableGradient": {
155 "type": "boolean",
156 "default": false
157 },
158 "backgroundColor1": {
159 "type": "string",
160 "default": "#141618"
161 },
162 "backgroundColor2": {
163 "type": "string",
164 "default": "#ce242c"
165 },
166 "gradientAngle": {
167 "type": "number",
168 "default": -90
169 },
170 "colorLocation1": {
171 "type": "number",
172 "default": 30
173 },
174 "colorLocation2": {
175 "type": "number",
176 "default": 70
177 },
178 "enableBoxShadow": {
179 "type": "boolean",
180 "default": false
181 },
182 "xOffset": {
183 "type": "number",
184 "default": 0
185 },
186 "yOffset": {
187 "type": "number",
188 "default": 6
189 },
190 "blur": {
191 "type": "number",
192 "default": 12
193 },
194 "spread": {
195 "type": "number",
196 "default": -10
197 },
198 "shadowColor": {
199 "type": "string",
200 "default": "#000"
201 },
202 "paddingTop": {
203 "type": "number",
204 "default": 20
205 },
206 "paddingRight": {
207 "type": "number",
208 "default": 20
209 },
210 "paddingBottom": {
211 "type": "number",
212 "default": 20
213 },
214 "paddingLeft": {
215 "type": "number",
216 "default": 20
217 },
218 "marginTop": {
219 "type": "number",
220 "default": 30
221 },
222 "marginRight": {
223 "type": "number",
224 "default": 0
225 },
226 "marginBottom": {
227 "type": "number",
228 "default": 30
229 },
230 "marginLeft": {
231 "type": "number",
232 "default": 0
233 }
234 },
235 "editorScript": "file:./index.js",
236 "editorStyle": "file:./index.css",
237 "style": "file:./style-index.css"
238 }