16
|
1 |
{ |
19
|
2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
18
|
3 |
"apiVersion": 2, |
16
|
4 |
"name": "core/social-links", |
18
|
5 |
"title": "Social Icons", |
16
|
6 |
"category": "widgets", |
19
|
7 |
"description": "Display icons linking to your social media profiles or sites.", |
18
|
8 |
"keywords": [ "links" ], |
|
9 |
"textdomain": "default", |
|
10 |
"attributes": { |
|
11 |
"iconColor": { |
|
12 |
"type": "string" |
|
13 |
}, |
|
14 |
"customIconColor": { |
|
15 |
"type": "string" |
|
16 |
}, |
|
17 |
"iconColorValue": { |
|
18 |
"type": "string" |
|
19 |
}, |
|
20 |
"iconBackgroundColor": { |
|
21 |
"type": "string" |
|
22 |
}, |
|
23 |
"customIconBackgroundColor": { |
|
24 |
"type": "string" |
|
25 |
}, |
|
26 |
"iconBackgroundColorValue": { |
|
27 |
"type": "string" |
|
28 |
}, |
|
29 |
"openInNewTab": { |
|
30 |
"type": "boolean", |
|
31 |
"default": false |
|
32 |
}, |
19
|
33 |
"showLabels": { |
|
34 |
"type": "boolean", |
|
35 |
"default": false |
|
36 |
}, |
18
|
37 |
"size": { |
|
38 |
"type": "string" |
|
39 |
} |
|
40 |
}, |
|
41 |
"providesContext": { |
|
42 |
"openInNewTab": "openInNewTab", |
19
|
43 |
"showLabels": "showLabels", |
18
|
44 |
"iconColorValue": "iconColorValue", |
|
45 |
"iconBackgroundColorValue": "iconBackgroundColorValue" |
|
46 |
}, |
16
|
47 |
"supports": { |
18
|
48 |
"align": [ "left", "center", "right" ], |
19
|
49 |
"anchor": true, |
|
50 |
"__experimentalExposeControlsToChildren": true, |
|
51 |
"__experimentalLayout": { |
|
52 |
"allowSwitching": false, |
|
53 |
"allowInheriting": false, |
|
54 |
"allowVerticalAlignment": false, |
|
55 |
"default": { |
|
56 |
"type": "flex" |
|
57 |
} |
|
58 |
}, |
|
59 |
"spacing": { |
|
60 |
"blockGap": [ "horizontal", "vertical" ], |
|
61 |
"margin": [ "top", "bottom" ], |
|
62 |
"units": [ "px", "em", "rem", "vh", "vw" ], |
|
63 |
"__experimentalDefaultControls": { |
|
64 |
"blockGap": true |
|
65 |
} |
|
66 |
} |
18
|
67 |
}, |
|
68 |
"styles": [ |
|
69 |
{ "name": "default", "label": "Default", "isDefault": true }, |
|
70 |
{ "name": "logos-only", "label": "Logos Only" }, |
|
71 |
{ "name": "pill-shape", "label": "Pill Shape" } |
|
72 |
], |
|
73 |
"editorStyle": "wp-block-social-links-editor", |
|
74 |
"style": "wp-block-social-links" |
16
|
75 |
} |