first commit
This commit is contained in:
47
wp-includes/blocks/social-links/block.json
Normal file
47
wp-includes/blocks/social-links/block.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/social-links",
|
||||
"category": "widgets",
|
||||
"attributes": {
|
||||
"iconColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"customIconColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"iconColorValue": {
|
||||
"type": "string"
|
||||
},
|
||||
"iconBackgroundColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"customIconBackgroundColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"iconBackgroundColorValue": {
|
||||
"type": "string"
|
||||
},
|
||||
"openInNewTab": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"size": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"providesContext": {
|
||||
"openInNewTab": "openInNewTab",
|
||||
"iconColorValue": "iconColorValue",
|
||||
"iconBackgroundColorValue": "iconBackgroundColorValue"
|
||||
},
|
||||
"supports": {
|
||||
"align": [
|
||||
"left",
|
||||
"center",
|
||||
"right"
|
||||
],
|
||||
"anchor": true
|
||||
},
|
||||
"editorStyle": "wp-block-social-links-editor",
|
||||
"style": "wp-block-social-links"
|
||||
}
|
||||
Reference in New Issue
Block a user