From 5d607bdc9a4fb0cc122a858bdc2627c0fceb6b15 Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:42:06 +1000 Subject: [PATCH] Paragraph: Add border support (#63543) Co-authored-by: aaronrobertshaw Co-authored-by: andrewserong Co-authored-by: paaljoachim Co-authored-by: carolinan Co-authored-by: jameskoster Co-authored-by: richtabor --- packages/block-library/src/paragraph/block.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/block-library/src/paragraph/block.json b/packages/block-library/src/paragraph/block.json index 6f11baf838a944..f16a7cf0411443 100644 --- a/packages/block-library/src/paragraph/block.json +++ b/packages/block-library/src/paragraph/block.json @@ -33,6 +33,12 @@ "splitting": true, "anchor": true, "className": false, + "__experimentalBorder": { + "color": true, + "radius": true, + "style": true, + "width": true + }, "color": { "gradients": true, "link": true,