first commit
This commit is contained in:
29
wp-includes/blocks/social-link/block.json
Normal file
29
wp-includes/blocks/social-link/block.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/social-link",
|
||||
"category": "widgets",
|
||||
"parent": [
|
||||
"core/social-links"
|
||||
],
|
||||
"attributes": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"service": {
|
||||
"type": "string"
|
||||
},
|
||||
"label": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"usesContext": [
|
||||
"openInNewTab",
|
||||
"iconColorValue",
|
||||
"iconBackgroundColorValue"
|
||||
],
|
||||
"supports": {
|
||||
"reusable": false,
|
||||
"html": false
|
||||
},
|
||||
"editorStyle": "wp-block-social-link-editor"
|
||||
}
|
||||
Reference in New Issue
Block a user