author | ymh <ymh.work@gmail.com> |
Tue, 15 Dec 2020 15:52:01 +0100 | |
changeset 17 | 34716fd837a4 |
parent 16 | a86126ab1dd4 |
child 18 | be944660c56a |
permissions | -rw-r--r-- |
16 | 1 |
{ |
2 |
"name": "core/social-link", |
|
3 |
"category": "widgets", |
|
4 |
"parent": [ |
|
5 |
"core/social-links" |
|
6 |
], |
|
7 |
"attributes": { |
|
8 |
"url": { |
|
9 |
"type": "string" |
|
10 |
}, |
|
11 |
"service": { |
|
12 |
"type": "string" |
|
13 |
}, |
|
14 |
"label": { |
|
15 |
"type": "string" |
|
16 |
} |
|
17 |
}, |
|
18 |
"supports": { |
|
19 |
"reusable": false, |
|
20 |
"html": false, |
|
21 |
"lightBlockWrapper": true |
|
22 |
} |
|
23 |
} |