PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.1.1
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.1.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 2.6.1 All 38 releases
blockspare / src / blocks / social-sharing / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.1.1, at src/blocks/social-sharing/block.json

90 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare-blocks/blockspare-social-sharing",
3 "category": "blockspare",
4 "attributes": {
5 "sectionAlignment": {
6 "type": "strings",
7 "default": "center"
8 },
9 "facebook": {
10 "type": "boolean",
11 "default": true
12 },
13 "facebookTitle": {
14 "type": "strings",
15 "default": "Share on Facebook"
16 },
17 "twitter": {
18 "type": "boolean",
19 "default": true
20 },
21 "twitterTitle": {
22 "type": "strings",
23 "default": "Share on Twitter"
24 },
25 "linkedin": {
26 "type": "boolean",
27 "default": true
28 },
29 "linkedinTitle": {
30 "type": "strings",
31 "default": "Share on LinkedIn"
32 },
33 "pinterest": {
34 "type": "boolean",
35 "default": false
36 },
37 "pinterestTitle": {
38 "type": "strings",
39 "default": "Share on Pinterest"
40 },
41 "email": {
42 "type": "boolean",
43 "default": false
44 },
45 "emailTitle": {
46 "type": "strings",
47 "default": "Share via Email"
48 },
49 "reddit": {
50 "type": "boolean",
51 "default": false
52 },
53 "redditTitle": {
54 "type": "strings",
55 "default": "Share on Reddit"
56 },
57 "buttonOptions": {
58 "type": "string",
59 "default": "blockspare-icon-only"
60 },
61 "buttonFills": {
62 "type": "string",
63 "default": "blockspare-social-icon-solid"
64 },
65 "iconColorOption": {
66 "type": "string",
67 "default": "blockspare-default-official-color"
68 },
69 "customfontColorOption": {
70 "type": "string",
71 "default": "#fff"
72 },
73 "custombackgroundColorOption": {
74 "type": "string",
75 "default": "#404040"
76 },
77 "buttonShapes": {
78 "type": "string",
79 "default": "blockspare-social-icon-square"
80 },
81 "buttonSizes": {
82 "type": "string",
83 "default": "blockspare-social-icon-small"
84 },
85 "uniqueClass": {
86 "type": "string",
87 "default": ""
88 }
89 }
90 }