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 / user-profile / block.json

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

198 lines 4.1 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/user-profile",
5 "title": "User Profile",
6 "category": "blockspare",
7 "description": "Display author profiles, team members, or user bios with custom avatars and social links.",
8 "attributes": {
9 "profileContent": {
10 "type": "string",
11 "default": "Add your content..."
12 },
13 "profileContentFontSize": {
14 "type": "number",
15 "default": 18
16 },
17 "align": {
18 "type": "string",
19 "default": "center"
20 },
21 "sectionAlignment": {
22 "type": "string",
23 "default": "left"
24 },
25 "profileBackgroundColor": {
26 "type": "string",
27 "default": "#fff"
28 },
29 "profileTextColor": {
30 "type": "string",
31 "default": "#6d6d6d"
32 },
33 "facebook": {
34 "type": "url",
35 "default": "facebook.com"
36 },
37 "twitter": {
38 "type": "url",
39 "default": "twitter.com"
40 },
41 "instagram": {
42 "type": "url"
43 },
44 "linkedin": {
45 "type": "url",
46 "default": "linkedin.com"
47 },
48 "youtube": {
49 "type": "url"
50 },
51 "paddingTop": {
52 "type": "number",
53 "default": 10
54 },
55 "paddingRight": {
56 "type": "number",
57 "default": 10
58 },
59 "paddingBottom": {
60 "type": "number",
61 "default": 10
62 },
63 "paddingLeft": {
64 "type": "number",
65 "default": 10
66 },
67 "marginTop": {
68 "type": "number",
69 "default": 30
70 },
71 "marginRight": {
72 "type": "number",
73 "default": 0
74 },
75 "marginBottom": {
76 "type": "number",
77 "default": 30
78 },
79 "marginLeft": {
80 "type": "number",
81 "default": 0
82 },
83 "iconColorOption": {
84 "type": "string",
85 "default": "blockspare-default-official-color"
86 },
87 "customfontColorOption": {
88 "type": "string",
89 "default": "#fff"
90 },
91 "custombackgroundColorOption": {
92 "type": "string",
93 "default": "#404040"
94 },
95 "buttonShapes": {
96 "type": "string",
97 "default": "blockspare-social-icon-square"
98 },
99 "buttonSizes": {
100 "type": "string",
101 "default": "blockspare-social-icon-small"
102 },
103 "buttonFills": {
104 "type": "string",
105 "default": "blockspare-social-icon-solid"
106 },
107 "headermarginTop": {
108 "type": "number",
109 "default": 0
110 },
111 "headermarginRight": {
112 "type": "number",
113 "default": 0
114 },
115 "headermarginBottom": {
116 "type": "number",
117 "default": 0
118 },
119 "headermarginLeft": {
120 "type": "number",
121 "default": 0
122 },
123 "borderRadius": {
124 "type": "number",
125 "default": 0
126 },
127 "descriptionFontSize": {
128 "type": "number",
129 "default": 16
130 },
131 "descriptionFontFamily": {
132 "type": "string",
133 "default": "Default"
134 },
135 "descriptionFontWeight": {
136 "type": "string",
137 "default": ""
138 },
139 "descriptionFontSubset": {
140 "type": "string"
141 },
142 "descriptionFontSizeType": {
143 "type": "string",
144 "default": "px"
145 },
146 "descriptionFontSizeMobile": {
147 "type": "number",
148 "default": 14
149 },
150 "descriptionFontSizeTablet": {
151 "type": "number",
152 "default": 14
153 },
154 "descriptionLoadGoogleFonts": {
155 "type": "boolean",
156 "default": false
157 },
158 "descriptionMarginTop": {
159 "type": "number",
160 "default": 0
161 },
162 "descriptionMarginRight": {
163 "type": "number",
164 "default": 0
165 },
166 "descriptionMarginBottom": {
167 "type": "number",
168 "default": 10
169 },
170 "descriptionMarginLeft": {
171 "type": "number",
172 "default": 0
173 },
174 "animation": {
175 "type": "string",
176 "default": ""
177 },
178 "blockHoverEffect": {
179 "type": "string",
180 "default": ""
181 },
182 "iconLayoutType": {
183 "type": "string",
184 "default": "blockspare-social-links-horizontal"
185 },
186 "buttonOptions": {
187 "type": "string",
188 "default": "blockspare-icon-only"
189 },
190 "imageHoverEffect": {
191 "type": "string",
192 "default": ""
193 }
194 },
195 "editorScript": "file:./index.js",
196 "editorStyle": "file:./index.css",
197 "style": "file:./style-index.css"
198 }