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 / notice-bar / block.json

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

148 lines 2.9 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-notice-bar",
5 "title": "Notice Bar",
6 "category": "blockspare",
7 "description": "Display important alerts, announcements, or promotional notices across your pages.",
8 "attributes": {
9 "className": {
10 "type": "string"
11 },
12 "align": {
13 "type": "string",
14 "default": "center"
15 },
16 "sectionAlignment": {
17 "type": "string",
18 "default": "left"
19 },
20 "textsColor": {
21 "type": "string",
22 "default": "#4c4c4c"
23 },
24 "fontSize": {
25 "type": "number",
26 "default": 18
27 },
28 "titleFontFamily": {
29 "type": "string",
30 "default": "Default"
31 },
32 "titleFontWeight": {
33 "type": "string",
34 "default": ""
35 },
36 "titleFontSubset": {
37 "type": "string"
38 },
39 "titleFontSizeType": {
40 "type": "string",
41 "default": "px"
42 },
43 "titleFontSizeMobile": {
44 "type": "number",
45 "default": 14
46 },
47 "titleFontSizeTablet": {
48 "type": "number",
49 "default": 16
50 },
51 "titleLoadGoogleFonts": {
52 "type": "boolean",
53 "default": false
54 },
55 "backGroundColor": {
56 "type": "string",
57 "default": "#f9f9f9"
58 },
59 "boxBorderColor": {
60 "type": "string",
61 "default": "#141618"
62 },
63 "noticeContent": {
64 "type": "string",
65 "default": "Add your notice here...."
66 },
67 "paddingTop": {
68 "type": "number",
69 "default": 10
70 },
71 "paddingRight": {
72 "type": "number",
73 "default": 20
74 },
75 "paddingBottom": {
76 "type": "number",
77 "default": 10
78 },
79 "paddingLeft": {
80 "type": "number",
81 "default": 20
82 },
83 "marginTop": {
84 "type": "number",
85 "default": 30
86 },
87 "marginRight": {
88 "type": "number",
89 "default": 0
90 },
91 "marginBottom": {
92 "type": "number",
93 "default": 30
94 },
95 "marginLeft": {
96 "type": "number",
97 "default": 0
98 },
99 "enableButton": {
100 "type": "boolean",
101 "default": false
102 },
103 "borderRadius": {
104 "type": "number",
105 "default": 0
106 },
107 "enableNoticeIcons": {
108 "type": "boolean",
109 "default": false
110 },
111 "name": {
112 "type": "string",
113 "default": "blockspare-notice-bell"
114 },
115 "iconColor": {
116 "type": "string",
117 "default": "#000"
118 },
119 "iconSize": {
120 "type": "number",
121 "default": 15
122 },
123 "showImage": {
124 "type": "boolean",
125 "default": false
126 },
127 "imgURL": {
128 "type": "string"
129 },
130 "imgID": {
131 "type": "number"
132 },
133 "imgAlt": {
134 "type": "string"
135 },
136 "animation": {
137 "type": "string",
138 "default": ""
139 },
140 "blockHoverEffect": {
141 "type": "string",
142 "default": ""
143 }
144 },
145 "editorScript": "file:./index.js",
146 "editorStyle": "file:./index.css",
147 "style": "file:./style-index.css"
148 }