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 / social-links / block.json

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

224 lines 4.5 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-social-links",
5 "title": "Social Links",
6 "category": "blockspare",
7 "description": "Display social media icons linking to your profiles and community pages.",
8 "attributes": {
9 "sectionAlignment": {
10 "type": "string",
11 "default": "center"
12 },
13 "uniqueClass": {
14 "type": "string",
15 "default": ""
16 },
17 "facebookTitle": {
18 "type": "string",
19 "default": "Facebook"
20 },
21 "facebookUrl": {
22 "type": "url",
23 "default": "https://facebook.com"
24 },
25 "twitterTitle": {
26 "type": "string",
27 "default": "Twitter"
28 },
29 "twitterUrl": {
30 "type": "url",
31 "default": "https://twitter.com"
32 },
33 "instagramTitle": {
34 "type": "string",
35 "default": "Instagram"
36 },
37 "instagramUrl": {
38 "type": "url",
39 "default": "https://instagram.com"
40 },
41 "youtubeTitle": {
42 "type": "string",
43 "default": "YouTube"
44 },
45 "youtubeUrl": {
46 "type": "url",
47 "default": ""
48 },
49 "linkedinTitle": {
50 "type": "string",
51 "default": "LinkedIn"
52 },
53 "linkedinUrl": {
54 "type": "url"
55 },
56 "pinterestTitle": {
57 "type": "string",
58 "default": "Pinterest"
59 },
60 "pinterestUrl": {
61 "type": "url"
62 },
63 "tumblrTitle": {
64 "type": "string",
65 "default": "Tumblr"
66 },
67 "tumblrUrl": {
68 "type": "url"
69 },
70 "telegramTitle": {
71 "type": "string",
72 "default": "Telegram"
73 },
74 "telegramUrl": {
75 "type": "url"
76 },
77 "redditTitle": {
78 "type": "string",
79 "default": "Reddit"
80 },
81 "redditUrl": {
82 "type": "url"
83 },
84 "flickrTitle": {
85 "type": "string",
86 "default": "Flickr"
87 },
88 "flickrUrl": {
89 "type": "url"
90 },
91 "dribbbleTitle": {
92 "type": "string",
93 "default": "Dribbble"
94 },
95 "dribbbleUrl": {
96 "type": "url"
97 },
98 "vkTitle": {
99 "type": "string",
100 "default": "VK"
101 },
102 "vkUrl": {
103 "type": "url"
104 },
105 "yelpTitle": {
106 "type": "string",
107 "default": "Yelp"
108 },
109 "yelpUrl": {
110 "type": "url"
111 },
112 "quoraTitle": {
113 "type": "string",
114 "default": "Quora"
115 },
116 "quoraUrl": {
117 "type": "url"
118 },
119 "meetupTitle": {
120 "type": "string",
121 "default": "Meetup"
122 },
123 "meetupUrl": {
124 "type": "url"
125 },
126 "githubTitle": {
127 "type": "url",
128 "default": "Git hub"
129 },
130 "githubUrl": {
131 "type": "url"
132 },
133 "buttonOptions": {
134 "type": "string",
135 "default": "blockspare-icon-only"
136 },
137 "buttonFills": {
138 "type": "string",
139 "default": "blockspare-social-icon-solid"
140 },
141 "iconColorOption": {
142 "type": "string",
143 "default": "blockspare-default-official-color"
144 },
145 "customfontColorOption": {
146 "type": "string",
147 "default": "#fff"
148 },
149 "custombackgroundColorOption": {
150 "type": "string",
151 "default": "#404040"
152 },
153 "buttonShapes": {
154 "type": "string",
155 "default": "blockspare-social-icon-square"
156 },
157 "buttonSizes": {
158 "type": "string",
159 "default": "blockspare-social-icon-small"
160 },
161 "marginTop": {
162 "type": "number",
163 "default": 30
164 },
165 "marginRight": {
166 "type": "number",
167 "default": 0
168 },
169 "marginBottom": {
170 "type": "number",
171 "default": 30
172 },
173 "marginLeft": {
174 "type": "number",
175 "default": 0
176 },
177 "animation": {
178 "type": "string",
179 "default": ""
180 },
181 "blockHoverEffect": {
182 "type": "string",
183 "default": ""
184 },
185 "iconLayoutType": {
186 "type": "string",
187 "default": "blockspare-social-links-horizontal"
188 },
189 "socialFontSize": {
190 "type": "number",
191 "default": 16
192 },
193 "socialFontFamily": {
194 "type": "string",
195 "default": "Default"
196 },
197 "socialFontWeight": {
198 "type": "string",
199 "default": ""
200 },
201 "socialFontSubset": {
202 "type": "string"
203 },
204 "socialFontSizeType": {
205 "type": "string",
206 "default": "px"
207 },
208 "socialFontSizeMobile": {
209 "type": "number",
210 "default": 14
211 },
212 "socialFontSizeTablet": {
213 "type": "number",
214 "default": 16
215 },
216 "socialLoadGoogleFonts": {
217 "type": "boolean",
218 "default": false
219 }
220 },
221 "editorScript": "file:./index.js",
222 "editorStyle": "file:./index.css",
223 "style": "file:./style-index.css"
224 }