From 653759abf19b996da2c830024841691125505175 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Mon, 15 Jul 2024 10:33:30 +0200 Subject: [PATCH] Gallery: Add border block support (#63428) Add border block support to the gallery block, Co-authored-by: carolinan Co-authored-by: aaronrobertshaw Co-authored-by: andrewserong Co-authored-by: paaljoachim Co-authored-by: jasmussen --- packages/block-library/src/gallery/block.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/block-library/src/gallery/block.json b/packages/block-library/src/gallery/block.json index e9018704bf6bf2..6a2129ec1e056f 100644 --- a/packages/block-library/src/gallery/block.json +++ b/packages/block-library/src/gallery/block.json @@ -112,6 +112,16 @@ "supports": { "anchor": true, "align": true, + "__experimentalBorder": { + "radius": true, + "color": true, + "width": true, + "style": true, + "__experimentalDefaultControls": { + "color": true, + "radius": true + } + }, "html": false, "units": [ "px", "em", "rem", "vh", "vw" ], "spacing": {