PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.2
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.2
2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 All 107 releases
b-blocks / build / testimonials / block.json

block.json in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.2, at build/testimonials/block.json

262 lines 5.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": "b-blocks/testimonials",
5 "title": "Testimonials",
6 "description": "Boost your website's credibility with b testimonials block, effortlessly showcasing customer ratings and reviews.",
7 "category": "bBlocks",
8 "keywords": [
9 "testimonials",
10 "block",
11 "rating",
12 "testimonial"
13 ],
14 "textdomain": "b-blocks",
15 "attributes": {
16 "align": {
17 "type": "string",
18 "default": ""
19 },
20 "cId": {
21 "type": "string",
22 "default": ""
23 },
24 "layout": {
25 "type": "string",
26 "default": "slider"
27 },
28 "theme": {
29 "type": "string",
30 "default": "default"
31 },
32 "columns": {
33 "type": "object",
34 "default": {
35 "desktop": 3,
36 "tablet": 2,
37 "mobile": 1
38 }
39 },
40 "columnGap": {
41 "type": "string",
42 "default": "30px"
43 },
44 "rowGap": {
45 "type": "string",
46 "default": "40px"
47 },
48 "items": {
49 "type": "array",
50 "default": [
51 {
52 "img": {
53 "url": "https://templates.bplugins.com/wp-content/uploads/2025/02/p-29.png"
54 },
55 "name": "John Doe",
56 "deg": "Developer",
57 "reviewText": "It is a long-established fact that a reader will be distracted by the readable content of a page when looking at its layout",
58 "rating": 4
59 },
60 {
61 "img": {
62 "url": "https://templates.bplugins.com/wp-content/uploads/2025/02/p-29.png"
63 },
64 "name": "John Doe",
65 "deg": "Developer",
66 "reviewText": "It is a long-established fact that a reader will be distracted by the readable content of a page when looking at its layout",
67 "rating": 4
68 },
69 {
70 "img": {
71 "url": "https://templates.bplugins.com/wp-content/uploads/2025/02/p-29.png"
72 },
73 "name": "John Doe",
74 "deg": "Developer",
75 "reviewText": "It is a long-established fact that a reader will be distracted by the readable content of a page when looking at its layout",
76 "rating": 4
77 }
78 ]
79 },
80 "elements": {
81 "type": "object",
82 "default": {
83 "img": true,
84 "name": true,
85 "deg": true,
86 "reviewText": true,
87 "icon": true,
88 "expandBtn": true,
89 "expandText": "Expand",
90 "collapseText": "Less"
91 }
92 },
93 "background": {
94 "type": "string",
95 "default": "#0000"
96 },
97 "padding": {
98 "type": "object",
99 "default": {
100 "top": "10px",
101 "right": "15px",
102 "bottom": "10px",
103 "left": "15px"
104 }
105 },
106 "border": {
107 "type": "object",
108 "default": {
109 "width": "1px",
110 "style": "solid",
111 "color": "#0575e6",
112 "side": "all",
113 "radius": "3px"
114 }
115 },
116 "shadow": {
117 "type": "object",
118 "default": {}
119 },
120 "image": {
121 "type": "object",
122 "default": {
123 "width": 50,
124 "height": 50
125 }
126 },
127 "imgBorder": {
128 "type": "object",
129 "default": {
130 "width": "1px",
131 "style": "solid",
132 "color": "#0575e6",
133 "side": "all",
134 "radius": "50%"
135 }
136 },
137 "nameTypo": {
138 "type": "object",
139 "default": {
140 "fontSize": {
141 "desktop": 16,
142 "tablet": 16,
143 "mobile": 14
144 },
145 "fontFamily": "Open Sans",
146 "fontWeight": 700,
147 "lineHeight": "135%"
148 }
149 },
150 "nameColor": {
151 "type": "string",
152 "default": "#000"
153 },
154 "degTypo": {
155 "type": "object",
156 "default": {
157 "fontSize": {
158 "desktop": 14,
159 "tablet": 14,
160 "mobile": 14
161 },
162 "fontFamily": "Open Sans",
163 "fontWeight": 400,
164 "lineHeight": "135%"
165 }
166 },
167 "degColor": {
168 "type": "string",
169 "default": "#7B7B7B"
170 },
171 "textTypo": {
172 "type": "object",
173 "default": {
174 "fontSize": {
175 "desktop": 16,
176 "tablet": 16,
177 "mobile": 14
178 },
179 "fontWeight": 400,
180 "lineHeight": "135%"
181 }
182 },
183 "textColor": {
184 "type": "string",
185 "default": "#000"
186 },
187 "starIconColor": {
188 "type": "string",
189 "default": "#FF8C02"
190 },
191 "textLength": {
192 "type": "number",
193 "default": 120
194 },
195 "grid2Bg": {
196 "type": "string",
197 "default": "#f9f8f8"
198 },
199 "grid2Padding": {
200 "type": "object",
201 "default": {
202 "top": "10px",
203 "right": "10px",
204 "bottom": "10px",
205 "left": "10px"
206 }
207 },
208 "grid2Border": {
209 "type": "object",
210 "default": {
211 "width": "0px",
212 "style": "solid",
213 "color": "#0575e6",
214 "side": "all",
215 "radius": "3px"
216 }
217 },
218 "quoteIcon": {
219 "type": "object",
220 "default": {
221 "size": 23
222 }
223 },
224 "slider": {
225 "type": "object",
226 "default": {
227 "height": 500,
228 "autoPlay": true,
229 "mouseWheel": false,
230 "navigation": true,
231 "infinite": true
232 }
233 }
234 },
235 "supports": {
236 "align": [
237 "wide",
238 "full"
239 ],
240 "html": false
241 },
242 "example": {
243 "attributes": {
244 "preview": true,
245 "columns": {
246 "desktop": 1,
247 "tablet": 1,
248 "mobile": 1
249 }
250 }
251 },
252 "editorScript": [
253 "file:../index.js",
254 "aos"
255 ],
256 "style": "file:./view.css",
257 "render": "file:./render.php",
258 "viewScript": [
259 "file:./view.js",
260 "jquery"
261 ]
262 }