PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 4.1.0
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v4.1.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 / build / block / linear-progressbar / block.json

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

66 lines 1.2 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 "category": "blockspare",
6 "attributes": {
7 "uniqueClass": {
8 "type": "string"
9 },
10 "className": {
11 "type": "string"
12 },
13 "align": {
14 "type": "string",
15 "default": "center"
16 },
17 "uniqueId": {
18 "type": "string",
19 "default": ""
20 },
21 "defaultItems": {
22 "type": "number",
23 "default": 3
24 },
25 "paddingTop": {
26 "type": "number",
27 "default": 0
28 },
29 "paddingRight": {
30 "type": "number",
31 "default": 0
32 },
33 "paddingBottom": {
34 "type": "number",
35 "default": 0
36 },
37 "paddingLeft": {
38 "type": "number",
39 "default": 0
40 },
41 "marginTop": {
42 "type": "number",
43 "default": 30
44 },
45 "marginRight": {
46 "type": "number",
47 "default": 0
48 },
49 "marginBottom": {
50 "type": "number",
51 "default": 30
52 },
53 "marginLeft": {
54 "type": "number",
55 "default": 0
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 "viewScript": "file:./view.js"
66 }