From 8dedbb22793b1d8ccbefed74bc41406d7443c40d Mon Sep 17 00:00:00 2001 From: karthick-murugan Date: Fri, 25 Oct 2024 10:03:05 +0530 Subject: [PATCH] Post Template border support --- packages/block-library/src/post-template/block.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/block-library/src/post-template/block.json b/packages/block-library/src/post-template/block.json index 6a57585558352..a1cd4e2be59b8 100644 --- a/packages/block-library/src/post-template/block.json +++ b/packages/block-library/src/post-template/block.json @@ -51,6 +51,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-post-template",