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 / logos / block.json

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

99 lines 2.0 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-logos",
5 "title": "Logo Grid",
6 "category": "blockspare",
7 "description": "Add logos, badges, or certifications to build credibility.",
8 "attributes": {
9 "uniqueClass": {
10 "type": "string"
11 },
12 "align": {
13 "type": "string"
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 "columns": {
44 "type": "number",
45 "default": 4
46 },
47 "gutter": {
48 "type": "number",
49 "default": 15
50 },
51 "paddingTop": {
52 "type": "number",
53 "default": 0
54 },
55 "paddingRight": {
56 "type": "number",
57 "default": 0
58 },
59 "paddingBottom": {
60 "type": "number",
61 "default": 0
62 },
63 "paddingLeft": {
64 "type": "number",
65 "default": 0
66 },
67 "marginTop": {
68 "type": "number",
69 "default": 30
70 },
71 "marginRight": {
72 "type": "number",
73 "default": 0
74 },
75 "marginBottom": {
76 "type": "number",
77 "default": 30
78 },
79 "marginLeft": {
80 "type": "number",
81 "default": 0
82 },
83 "animation": {
84 "type": "string",
85 "default": ""
86 },
87 "blockHoverEffect": {
88 "type": "string",
89 "default": ""
90 },
91 "imageHoverEffect": {
92 "type": "string",
93 "default": ""
94 }
95 },
96 "editorScript": "file:./index.js",
97 "editorStyle": "file:./index.css",
98 "style": "file:./style-index.css"
99 }