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

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

157 lines 3.4 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-blocks/blockspare-social-sharing",
5 "title": "Social Sharing",
6 "category": "blockspare",
7 "description": "Add customizable social sharing buttons to let visitors share your posts and pages.",
8 "attributes": {
9 "sectionAlignments": {
10 "type": "string",
11 "default": "center"
12 },
13 "facebook": {
14 "type": "boolean",
15 "default": true
16 },
17 "facebookTitle": {
18 "type": "string",
19 "default": "Share on Facebook"
20 },
21 "twitter": {
22 "type": "boolean",
23 "default": true
24 },
25 "twitterTitle": {
26 "type": "string",
27 "default": "Share on Twitter"
28 },
29 "linkedin": {
30 "type": "boolean",
31 "default": true
32 },
33 "linkedinTitle": {
34 "type": "string",
35 "default": "Share on LinkedIn"
36 },
37 "pinterest": {
38 "type": "boolean",
39 "default": false
40 },
41 "pinterestTitle": {
42 "type": "string",
43 "default": "Share on Pinterest"
44 },
45 "email": {
46 "type": "boolean",
47 "default": false
48 },
49 "emailTitle": {
50 "type": "string",
51 "default": "Share via Email"
52 },
53 "reddit": {
54 "type": "boolean",
55 "default": false
56 },
57 "redditTitle": {
58 "type": "string",
59 "default": "Share on Reddit"
60 },
61 "buttonOptions": {
62 "type": "string",
63 "default": "blockspare-icon-only"
64 },
65 "buttonFills": {
66 "type": "string",
67 "default": "blockspare-social-icon-solid"
68 },
69 "iconColorOption": {
70 "type": "string",
71 "default": "blockspare-default-official-color"
72 },
73 "customfontColorOption": {
74 "type": "string",
75 "default": "#fff"
76 },
77 "custombackgroundColorOption": {
78 "type": "string",
79 "default": "#404040"
80 },
81 "buttonShapes": {
82 "type": "string",
83 "default": "blockspare-social-icon-square"
84 },
85 "buttonSizes": {
86 "type": "string",
87 "default": "blockspare-social-icon-small"
88 },
89 "uniqueClass": {
90 "type": "string",
91 "default": ""
92 },
93 "marginTop": {
94 "type": "number",
95 "default": 30
96 },
97 "marginRight": {
98 "type": "number",
99 "default": 0
100 },
101 "marginBottom": {
102 "type": "number",
103 "default": 30
104 },
105 "marginLeft": {
106 "type": "number",
107 "default": 0
108 },
109 "iconLayoutType": {
110 "type": "string",
111 "default": "blockspare-social-sharing-horizontal"
112 },
113 "animation": {
114 "type": "string",
115 "default": ""
116 },
117 "blockHoverEffect": {
118 "type": "string",
119 "default": ""
120 },
121 "socialFontSize": {
122 "type": "number",
123 "default": 16
124 },
125 "socialFontFamily": {
126 "type": "string",
127 "default": "Default"
128 },
129 "socialFontWeight": {
130 "type": "string",
131 "default": ""
132 },
133 "socialFontSubset": {
134 "type": "string"
135 },
136 "socialFontSizeType": {
137 "type": "string",
138 "default": "px"
139 },
140 "socialFontSizeMobile": {
141 "type": "number",
142 "default": 14
143 },
144 "socialFontSizeTablet": {
145 "type": "number",
146 "default": 16
147 },
148 "socialLoadGoogleFonts": {
149 "type": "boolean",
150 "default": false
151 }
152 },
153 "editorScript": "file:./index.js",
154 "editorStyle": "file:./index.css",
155 "style": "file:./style-index.css",
156 "render": "file:./render.php"
157 }