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

block.json in BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs 5.0.1, at build/block/services/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-services",
5 "title": "Services",
6 "category": "blockspare",
7 "description": "Showcase your offerings, features, or solutions with customizable service blocks.",
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 "align": {
22 "type": "string",
23 "default": "wide"
24 },
25 "defaultItems": {
26 "type": "number",
27 "default": 3
28 },
29 "blockLayout": {
30 "type": "string",
31 "default": "bs-layout-1"
32 },
33 "sectionAlignment": {
34 "type": "string",
35 "default": "center"
36 },
37 "marginTop": {
38 "type": "number",
39 "default": 30
40 },
41 "marginRight": {
42 "type": "number",
43 "default": 0
44 },
45 "marginBottom": {
46 "type": "number",
47 "default": 30
48 },
49 "marginLeft": {
50 "type": "number",
51 "default": 0
52 },
53 "uniqueClass": {
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 }