equal
deleted
inserted
replaced
1 { |
1 { |
|
2 "apiVersion": 2, |
2 "name": "core/social-links", |
3 "name": "core/social-links", |
|
4 "title": "Social Icons", |
3 "category": "widgets", |
5 "category": "widgets", |
|
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 }, |
4 "supports": { |
41 "supports": { |
5 "align": [ |
42 "align": [ "left", "center", "right" ], |
6 "left", |
|
7 "center", |
|
8 "right" |
|
9 ], |
|
10 "lightBlockWrapper": true, |
|
11 "anchor": true |
43 "anchor": true |
12 } |
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" |
13 } |
52 } |