From 4261c86fea1573659696be04a0c74ce066195b1b Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Wed, 26 Feb 2020 12:22:24 -0500 Subject: [PATCH] Block Library: Social Link: Fix label attribute type as string (#20468) --- packages/block-library/src/social-link/block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/social-link/block.json b/packages/block-library/src/social-link/block.json index b30cfc9ae44d53..977f5731fd961a 100644 --- a/packages/block-library/src/social-link/block.json +++ b/packages/block-library/src/social-link/block.json @@ -10,7 +10,7 @@ "type": "string" }, "label": { - "type": "number" + "type": "string" } } }