PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 3.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v3.3.3
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 / dist / blocks / user-profile / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.3.3, at dist/blocks/user-profile/block.json

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