PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 3.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v3.3.3
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 / dist / blocks / counter / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.3.3, at dist/blocks/counter/block.json

199 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare/blockspare-counter",
3 "category": "blockspare",
4 "attributes": {
5 "className": {
6 "type": "string"
7 },
8 "animation": {
9 "type": "string",
10 "default": ""
11 },
12 "counter": {
13 "type": "number",
14 "default": 25
15 },
16 "align": {
17 "type": "string",
18 "default": "center"
19 },
20 "counterFontColor": {
21 "type": "string",
22 "default": "#000"
23 },
24 "backGroundColor": {
25 "type": "string",
26 "default": "#fff"
27 },
28 "imageSize": {
29 "type": "string",
30 "default": "full"
31 },
32 "showImage": {
33 "type": "boolean",
34 "default": true
35 },
36 "imgIconOption": {
37 "type": "string",
38 "default": "icon"
39 },
40 "name": {
41 "type": "string",
42 "default": "fas fa-chart-line"
43 },
44 "iconSize": {
45 "type": "string",
46 "default": "blockspare-icon-size-small"
47 },
48 "iconStyles": {
49 "type": "string",
50 "default": "blockspare-icon-style2"
51 },
52 "iconBackgroundColor": {
53 "type": "string",
54 "default": "#8b249c"
55 },
56 "iconBorderColor": {
57 "type": "string",
58 "default": "#000"
59 },
60 "iconColor": {
61 "type": "string"
62 },
63 "borderRadius": {
64 "type": "number",
65 "default": 50
66 },
67 "design": {
68 "type": "string",
69 "default": "blockspare-layout1"
70 },
71 "blockBorderRadius": {
72 "type": "number",
73 "default": 0
74 },
75 "headertitleColor": {
76 "type": "string",
77 "default": "#000"
78 },
79 "headersubtitleColor": {
80 "type": "string",
81 "default": "#000"
82 },
83 "headermarginTop": {
84 "type": "number",
85 "default": 5
86 },
87 "headermarginRight": {
88 "type": "number",
89 "default": 0
90 },
91 "headermarginBottom": {
92 "type": "number",
93 "default": 5
94 },
95 "headermarginLeft": {
96 "type": "number",
97 "default": 0
98 },
99 "paddingTop": {
100 "type": "number",
101 "default": 20
102 },
103 "paddingBottom": {
104 "type": "number",
105 "default": 20
106 },
107 "counterMarginTop": {
108 "type": "number",
109 "default": 0
110 },
111 "counterMarginRight": {
112 "type": "number",
113 "default": 0
114 },
115 "counterMarginBottom": {
116 "type": "number",
117 "default": 0
118 },
119 "counterMarginLeft": {
120 "type": "number",
121 "default": 0
122 },
123 "iconMarginTop": {
124 "type": "number",
125 "default": 0
126 },
127 "iconMarginRight": {
128 "type": "number",
129 "default": 0
130 },
131 "iconMarginBottom": {
132 "type": "number",
133 "default": 0
134 },
135 "iconMarginLeft": {
136 "type": "number",
137 "default": 0
138 },
139 "iconPaddingTop": {
140 "type": "number",
141 "default": 30
142 },
143 "iconPaddingBottom": {
144 "type": "number",
145 "default": 30
146 },
147 "iconPaddingLeft": {
148 "type": "number",
149 "default": 30
150 },
151 "iconPaddingRight": {
152 "type": "number",
153 "default": 30
154 },
155 "openPopover": {
156 "type": "boolean",
157 "default": false
158 },
159 "counterFontSize": {
160 "type": "number",
161 "default": 32
162 },
163 "counterFontFamily": {
164 "type": "string",
165 "default": "Default"
166 },
167 "counterFontWeight": {
168 "type": "string",
169 "default": ""
170 },
171 "counterFontSubset": {
172 "type": "string"
173 },
174 "counterFontSizeType": {
175 "type": "string",
176 "default": "px"
177 },
178 "counterFontSizeMobile": {
179 "type": "number",
180 "default": 20
181 },
182 "counterFontSizeTablet": {
183 "type": "number",
184 "default": 26
185 },
186 "counterLoadGoogleFonts": {
187 "type": "boolean",
188 "default": false
189 },
190 "blockHoverEffect": {
191 "type": "string",
192 "default": ""
193 },
194 "backgroundOpacity": {
195 "type": "number",
196 "default": 1
197 }
198 }
199 }