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

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

68 lines 1.4 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-linearprogressbar",
5 "title": "Linear Progress Bar",
6 "category": "blockspare",
7 "description": "Display progress, skills, or completion percentages with a clean linear progress bar.",
8 "attributes": {
9 "uniqueClass": {
10 "type": "string"
11 },
12 "className": {
13 "type": "string"
14 },
15 "align": {
16 "type": "string",
17 "default": "center"
18 },
19 "uniqueId": {
20 "type": "string",
21 "default": ""
22 },
23 "defaultItems": {
24 "type": "number",
25 "default": 3
26 },
27 "paddingTop": {
28 "type": "number",
29 "default": 0
30 },
31 "paddingRight": {
32 "type": "number",
33 "default": 0
34 },
35 "paddingBottom": {
36 "type": "number",
37 "default": 0
38 },
39 "paddingLeft": {
40 "type": "number",
41 "default": 0
42 },
43 "marginTop": {
44 "type": "number",
45 "default": 30
46 },
47 "marginRight": {
48 "type": "number",
49 "default": 0
50 },
51 "marginBottom": {
52 "type": "number",
53 "default": 30
54 },
55 "marginLeft": {
56 "type": "number",
57 "default": 0
58 },
59 "animation": {
60 "type": "string",
61 "default": ""
62 }
63 },
64 "editorScript": "file:./index.js",
65 "editorStyle": "file:./index.css",
66 "style": "file:./style-index.css",
67 "viewScript": "file:./view.js"
68 }