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

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

133 lines 2.7 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-list",
5 "title": "Icon List",
6 "category": "blockspare",
7 "description": "Add bulleted or numbered lists with custom icons and styling options.",
8 "attributes": {
9 "className": {
10 "type": "string"
11 },
12 "align": {
13 "type": "string",
14 "default": "center"
15 },
16 "uniqueClass": {
17 "type": "string",
18 "default": ""
19 },
20 "sectionAlignment": {
21 "type": "string",
22 "default": "left"
23 },
24 "listBackGroundColor": {
25 "type": "string"
26 },
27 "name": {
28 "type": "string",
29 "default": "blockspare-list-check"
30 },
31 "listData": {
32 "type": "string",
33 "source": "html",
34 "selector": "ol,ul",
35 "multiline": "li",
36 "default": "List item content"
37 },
38 "listType": {
39 "type": "string",
40 "default": "ul"
41 },
42 "orderListStyle": {
43 "type": "string",
44 "default": "blockspare-style1"
45 },
46 "color": {
47 "type": "string",
48 "default": "#404040"
49 },
50 "descriptionIconColor": {
51 "type": "string",
52 "default": "#404040"
53 },
54 "borderRadius": {
55 "type": "number",
56 "default": 0
57 },
58 "descriptionFontSize": {
59 "type": "number",
60 "default": 16
61 },
62 "descriptionFontFamily": {
63 "type": "string",
64 "default": "Default"
65 },
66 "descriptionFontWeight": {
67 "type": "string",
68 "default": ""
69 },
70 "descriptionFontSubset": {
71 "type": "string"
72 },
73 "descriptionFontSizeType": {
74 "type": "string",
75 "default": "px"
76 },
77 "descriptionFontSizeMobile": {
78 "type": "number",
79 "default": 14
80 },
81 "descriptionFontSizeTablet": {
82 "type": "number",
83 "default": 14
84 },
85 "descriptionLoadGoogleFonts": {
86 "type": "boolean",
87 "default": false
88 },
89 "marginTop": {
90 "type": "number",
91 "default": 30
92 },
93 "marginRight": {
94 "type": "number",
95 "default": 0
96 },
97 "marginBottom": {
98 "type": "number",
99 "default": 30
100 },
101 "marginLeft": {
102 "type": "number",
103 "default": 0
104 },
105 "paddingTop": {
106 "type": "number",
107 "default": 0
108 },
109 "paddingRight": {
110 "type": "number",
111 "default": 0
112 },
113 "paddingBottom": {
114 "type": "number",
115 "default": 0
116 },
117 "paddingLeft": {
118 "type": "number",
119 "default": 0
120 },
121 "animation": {
122 "type": "string",
123 "default": ""
124 },
125 "blockHoverEffect": {
126 "type": "string",
127 "default": ""
128 }
129 },
130 "editorScript": "file:./index.js",
131 "editorStyle": "file:./index.css",
132 "style": "file:./style-index.css"
133 }