PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / trunk
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites vtrunk
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 trunk, at build/block/section-header/block.json

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