PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / trunk
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites vtrunk
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 / testimonial / block.json

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

65 lines 1.3 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-testimonial",
5 "title": "Testimonial",
6 "category": "blockspare",
7 "description": "Display customer reviews, quotes, and social proof to build trust.",
8 "attributes": {
9 "serviceItems": {
10 "type": "number",
11 "default": 3
12 },
13 "columns": {
14 "type": "number",
15 "default": 3
16 },
17 "columnsGap": {
18 "type": "number",
19 "default": 1
20 },
21 "blockLayout": {
22 "type": "string",
23 "default": "bs-layout-1"
24 },
25 "align": {
26 "type": "string",
27 "default": "wide"
28 },
29 "defaultItems": {
30 "type": "number",
31 "default": 3
32 },
33 "marginTop": {
34 "type": "number",
35 "default": 30
36 },
37 "marginRight": {
38 "type": "number",
39 "default": 0
40 },
41 "marginBottom": {
42 "type": "number",
43 "default": 30
44 },
45 "marginLeft": {
46 "type": "number",
47 "default": 0
48 },
49 "uniqueClass": {
50 "type": "string",
51 "default": ""
52 },
53 "layoutOption": {
54 "type": "string",
55 "default": ""
56 },
57 "animation": {
58 "type": "string",
59 "default": ""
60 }
61 },
62 "editorScript": "file:./index.js",
63 "editorStyle": "file:./index.css",
64 "style": "file:./style-index.css"
65 }