From b11bdc0645a0503437389c29d39ac266ba6cd2bf Mon Sep 17 00:00:00 2001 From: Sunil Prajapati <61308756+akasunil@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:46:40 +0530 Subject: [PATCH] Add border support to preformatted block (#64302) Co-authored-by: akasunil Co-authored-by: ramonjd --- packages/block-library/src/preformatted/block.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/block-library/src/preformatted/block.json b/packages/block-library/src/preformatted/block.json index fbec3581bc9d42..a1726ee8b0d43c 100644 --- a/packages/block-library/src/preformatted/block.json +++ b/packages/block-library/src/preformatted/block.json @@ -43,6 +43,18 @@ }, "interactivity": { "clientNavigation": true + }, + "__experimentalBorder": { + "radius": true, + "color": true, + "width": true, + "style": true, + "__experimentalDefaultControls": { + "radius": true, + "color": true, + "width": true, + "style": true + } } }, "style": "wp-block-preformatted"