--- a/wp/wp-includes/blocks/social-link/block.json Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/blocks/social-link/block.json Tue Sep 27 16:37:53 2022 +0200
@@ -1,10 +1,11 @@
{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/social-link",
"title": "Social Icon",
"category": "widgets",
"parent": [ "core/social-links" ],
- "description": "Display an icon linking to a social media profile or website.",
+ "description": "Display an icon linking to a social media profile or site.",
"textdomain": "default",
"attributes": {
"url": {
@@ -19,6 +20,7 @@
},
"usesContext": [
"openInNewTab",
+ "showLabels",
"iconColorValue",
"iconBackgroundColorValue"
],