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 / section-header / block.json

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

188 lines 3.7 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-section-header",
5 "category": "blockspare",
6 "attributes": {
7 "className": {
8 "type": "string"
9 },
10 "uniqueClass": {
11 "type": "string",
12 "default": ""
13 },
14 "align": {
15 "type": "string",
16 "default": "center"
17 },
18 "sectionAlignment": {
19 "type": "string",
20 "default": "left"
21 },
22 "headerTitle": {
23 "type": "string",
24 "default": "Enter Title"
25 },
26 "titleFontSize": {
27 "type": "number",
28 "default": 24
29 },
30 "headerSubTitle": {
31 "type": "string",
32 "default": ""
33 },
34 "headerboxColor": {
35 "type": "string",
36 "default": "transparent"
37 },
38 "headertitleColor": {
39 "type": "string",
40 "default": "#404040"
41 },
42 "headertitleColorDark": {
43 "type": "string",
44 "default": "#fff"
45 },
46 "headersubtitleColor": {
47 "type": "string",
48 "default": "#6d6d6d"
49 },
50 "headertitleDashColor": {
51 "type": "string",
52 "default": "#6d6d6d"
53 },
54 "headermarginTop": {
55 "type": "number",
56 "default": 30
57 },
58 "headermarginRight": {
59 "type": "number",
60 "default": 0
61 },
62 "headermarginBottom": {
63 "type": "number",
64 "default": 30
65 },
66 "headermarginLeft": {
67 "type": "number",
68 "default": 0
69 },
70 "headerlayoutOption": {
71 "type": "string",
72 "default": "blockspare-style1"
73 },
74 "headerTagOption": {
75 "type": "string",
76 "default": "h2"
77 },
78 "titlePaddingTop": {
79 "type": "number",
80 "default": 0
81 },
82 "titlePaddingRight": {
83 "type": "number",
84 "default": 0
85 },
86 "titlePaddingBottom": {
87 "type": "number",
88 "default": 0
89 },
90 "titlePaddingLeft": {
91 "type": "number",
92 "default": 0
93 },
94 "subtitlePaddingTop": {
95 "type": "number",
96 "default": 0
97 },
98 "subtitlePaddingRight": {
99 "type": "number",
100 "default": 0
101 },
102 "subtitlePaddingBottom": {
103 "type": "number",
104 "default": 0
105 },
106 "subtitlePaddingLeft": {
107 "type": "number",
108 "default": 0
109 },
110 "dashColor": {
111 "type": "string",
112 "default": "#ce242c"
113 },
114 "dashColor2": {
115 "type": "string",
116 "default": "#E5EFE3"
117 },
118 "titleFontFamily": {
119 "type": "string",
120 "default": "Default"
121 },
122 "titleFontWeight": {
123 "type": "string",
124 "default": ""
125 },
126 "titleFontSubset": {
127 "type": "string"
128 },
129 "titleFontSizeType": {
130 "type": "string",
131 "default": "px"
132 },
133 "titleFontSizeMobile": {
134 "type": "number",
135 "default": 20
136 },
137 "titleFontSizeTablet": {
138 "type": "number",
139 "default": 22
140 },
141 "titleLoadGoogleFonts": {
142 "type": "boolean",
143 "default": false
144 },
145 "subTitleFontSize": {
146 "type": "number",
147 "default": 14
148 },
149 "subTitleFontFamily": {
150 "type": "string",
151 "default": "Default"
152 },
153 "subTitleFontWeight": {
154 "type": "string",
155 "default": ""
156 },
157 "subTitleFontSubset": {
158 "type": "string"
159 },
160 "subTitleFontSizeType": {
161 "type": "string",
162 "default": "px"
163 },
164 "subTitleFontSizeMobile": {
165 "type": "number",
166 "default": 14
167 },
168 "subTitleFontSizeTablet": {
169 "type": "number",
170 "default": 14
171 },
172 "subTitleLoadGoogleFonts": {
173 "type": "boolean",
174 "default": false
175 },
176 "animation": {
177 "type": "string",
178 "default": ""
179 },
180 "blockHoverEffect": {
181 "type": "string",
182 "default": ""
183 }
184 },
185 "editorScript": "file:./index.js",
186 "editorStyle": "file:./index.css",
187 "style": "file:./style-index.css"
188 }