From 5ec27e36de9ef51d40d3dc86c8cb24d6b80778d3 Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:36:26 +0700 Subject: [PATCH] Make border controls optional --- packages/block-library/src/list-item/block.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/block-library/src/list-item/block.json b/packages/block-library/src/list-item/block.json index f2a139ceca65e3..a4bf2351d97509 100644 --- a/packages/block-library/src/list-item/block.json +++ b/packages/block-library/src/list-item/block.json @@ -27,13 +27,7 @@ "color": true, "radius": true, "style": true, - "width": true, - "__experimentalDefaultControls": { - "color": true, - "radius": true, - "style": true, - "width": true - } + "width": true }, "color": { "gradients": true,