From 5eaeefcd34875a8ff0eb4e5f6db452a4d2768d48 Mon Sep 17 00:00:00 2001 From: shail-mehta Date: Sun, 4 Aug 2024 19:22:24 +0530 Subject: [PATCH] Comment Template: Add Border Block Support --- .../block-library/src/comment-template/block.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/block-library/src/comment-template/block.json b/packages/block-library/src/comment-template/block.json index 70238c45a3d929..08fd591b42409b 100644 --- a/packages/block-library/src/comment-template/block.json +++ b/packages/block-library/src/comment-template/block.json @@ -31,6 +31,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-comment-template"