PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.0.1
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.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 2.6.1 All 38 releases
blockspare / src / blocks / shape-divider / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.1, at src/blocks/shape-divider/block.json

48 lines 822 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare/shape-divider",
3 "category": "blockspare",
4 "attributes": {
5 "align": {
6 "type": "string",
7 "default": "full"
8 },
9 "design": {
10 "type": "string",
11 "default": "double-wave"
12 },
13 "layer1Shadow": {
14 "type": "boolean",
15 "default": false
16 },
17 "width": {
18 "type": "number",
19 "default": 1
20 },
21 "height": {
22 "type": "number",
23 "default": 150
24 },
25 "verticalFlip": {
26 "type": "boolean",
27 "default": false
28 },
29 "horizontalFlip": {
30 "type": "boolean",
31 "default": false
32 },
33 "color": {
34 "type": "string",
35 "default": "#3c1a5b"
36 },
37 "marginTop": {
38 "type": "number",
39 "default": 30
40 },
41
42 "marginBottom": {
43 "type": "number",
44 "default": 30
45 }
46 }
47 }
48