PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.0.2
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.0.2
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 / notice-bar / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.2, at src/blocks/notice-bar/block.json

80 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare/blockspare-notice-bar",
3 "category": "blockspare",
4 "attributes": {
5 "className": {
6 "type": "string"
7 },
8 "align": {
9 "type": "string",
10 "default": "center"
11 },
12
13 "sectionAlignment": {
14 "type": "string",
15 "default": "left"
16 },
17
18 "textsColor": {
19 "type": "string",
20 "default": "#4c4c4c"
21 },
22 "fontSize": {
23 "type": "number",
24 "default": 18
25 },
26
27 "backGroundColor": {
28 "type": "string",
29 "default": "#fff"
30 },
31
32 "boxBorderColor": {
33 "type": "string",
34 "default": "#cc0000"
35 },
36 "noticeContent": {
37 "type": "string",
38 "default": "Add your notice here...."
39
40 },
41
42 "paddingTop": {
43 "type": "number",
44 "default": 10
45 },
46 "paddingRight": {
47 "type": "number",
48 "default": 20
49 },
50 "paddingBottom": {
51 "type": "number",
52 "default": 10
53 },
54 "paddingLeft": {
55 "type": "number",
56 "default": 20
57 },
58 "marginTop": {
59 "type": "number",
60 "default": 30
61 },
62
63 "marginBottom": {
64 "type": "number",
65 "default": 30
66 },
67
68 "enableButton": {
69 "type": "boolean",
70 "default": false
71 },
72
73 "borderRadius": {
74 "type": "number",
75 "default": 0
76 }
77
78
79 }
80 }