PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 5.0.1
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v5.0.1
5.0.1 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 All 39 releases
blockspare / build / block / container / block.json

block.json in BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs 5.0.1, at build/block/container/block.json

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