PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.0.0
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.0.0
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 / src / blocks / linear-progressbar / progressbar / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.0, at src/blocks/linear-progressbar/progressbar/block.json

51 lines 908 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare/blockspare-skillbar",
3 "category": "blockspare",
4 "attributes": {
5 "className": {
6 "type": "string"
7 },
8 "blockID": {
9 "type": "string",
10 "default": ""
11 },
12 "title": {
13 "type": "string",
14 "default": "Enter title"
15 },
16 "textColor": {
17 "type": "string",
18 "default": "#404040"
19 },
20
21 "percentageTextColor": {
22 "type": "string",
23 "default": "#8b249c"
24 },
25 "textSize": {
26 "type": "number",
27 "default": 20
28 },
29 "percentage": {
30 "type": "number",
31 "default": 25
32 },
33
34 "sectionAlignment": {
35 "type": "string",
36 "default": "left"
37 },
38 "barColor": {
39 "type": "string",
40 "default": "#3c1a5b"
41 },
42 "backgroundColor": {
43 "type": "string",
44 "default": "#f6f6f6"
45 },
46 "barThickness": {
47 "type": "number",
48 "default": 2
49 }
50 }
51 }