mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
630a593765
Update @wordpress npm packages to the latest published versions. This includes block editor bug fixes for WordPress 5.7 RC 2. Fixes #52680. Built from https://develop.svn.wordpress.org/trunk@50458 git-svn-id: http://core.svn.wordpress.org/trunk@50069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
30 lines
439 B
JSON
30 lines
439 B
JSON
{
|
|
"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"
|
|
}
|