16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/social-links", |
18
|
4 |
"title": "Social Icons", |
16
|
5 |
"category": "widgets", |
18
|
6 |
"description": "Display icons linking to your social media profiles or websites.", |
|
7 |
"keywords": [ "links" ], |
|
8 |
"textdomain": "default", |
|
9 |
"attributes": { |
|
10 |
"iconColor": { |
|
11 |
"type": "string" |
|
12 |
}, |
|
13 |
"customIconColor": { |
|
14 |
"type": "string" |
|
15 |
}, |
|
16 |
"iconColorValue": { |
|
17 |
"type": "string" |
|
18 |
}, |
|
19 |
"iconBackgroundColor": { |
|
20 |
"type": "string" |
|
21 |
}, |
|
22 |
"customIconBackgroundColor": { |
|
23 |
"type": "string" |
|
24 |
}, |
|
25 |
"iconBackgroundColorValue": { |
|
26 |
"type": "string" |
|
27 |
}, |
|
28 |
"openInNewTab": { |
|
29 |
"type": "boolean", |
|
30 |
"default": false |
|
31 |
}, |
|
32 |
"size": { |
|
33 |
"type": "string" |
|
34 |
} |
|
35 |
}, |
|
36 |
"providesContext": { |
|
37 |
"openInNewTab": "openInNewTab", |
|
38 |
"iconColorValue": "iconColorValue", |
|
39 |
"iconBackgroundColorValue": "iconBackgroundColorValue" |
|
40 |
}, |
16
|
41 |
"supports": { |
18
|
42 |
"align": [ "left", "center", "right" ], |
16
|
43 |
"anchor": true |
18
|
44 |
}, |
|
45 |
"styles": [ |
|
46 |
{ "name": "default", "label": "Default", "isDefault": true }, |
|
47 |
{ "name": "logos-only", "label": "Logos Only" }, |
|
48 |
{ "name": "pill-shape", "label": "Pill Shape" } |
|
49 |
], |
|
50 |
"editorStyle": "wp-block-social-links-editor", |
|
51 |
"style": "wp-block-social-links" |
16
|
52 |
} |