diff --git a/assets/js/blocks/featured-category/block.json b/assets/js/blocks/featured-category/block.json index c452dbd1818..5cca01685d9 100644 --- a/assets/js/blocks/featured-category/block.json +++ b/assets/js/blocks/featured-category/block.json @@ -14,7 +14,7 @@ ], "html": false, "color": { - "background": false, + "background": true, "text": true, "__experimentalDuotone": ".wc-block-featured-category__background-image" }, diff --git a/assets/js/blocks/featured-category/index.tsx b/assets/js/blocks/featured-category/index.tsx index d638dbed97e..fef4efb2668 100644 --- a/assets/js/blocks/featured-category/index.tsx +++ b/assets/js/blocks/featured-category/index.tsx @@ -48,7 +48,7 @@ registerBlockType( metadata, { supports: { ...metadata.supports, color: { - background: false, + background: true, text: true, ...( isFeaturePluginBuild() && { __experimentalDuotone: