diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ecc46..cf25b6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/). +## [Unreleased] + +### Changed + +- Block supports. + ## [0.5.0] - 2024-08-04 ### Added diff --git a/build/slide/block.json b/build/slide/block.json index 35e320c..269d17b 100644 --- a/build/slide/block.json +++ b/build/slide/block.json @@ -25,12 +25,11 @@ "reusable": false, "className": true, "color": { + "background": true, "gradients": true, + "heading": true, "link": true, - "__experimentalDefaultControls": { - "background": true, - "text": true - } + "text": true }, "spacing": { "padding": false, diff --git a/build/slider/block.json b/build/slider/block.json index 2106645..3a6fc27 100644 --- a/build/slider/block.json +++ b/build/slider/block.json @@ -96,12 +96,11 @@ ], "className": true, "color": { + "background": true, "gradients": true, + "heading": true, "link": true, - "__experimentalDefaultControls": { - "background": true, - "text": true - } + "text": true }, "spacing": { "padding": true, diff --git a/src/slide/block.json b/src/slide/block.json index 618b219..2da0d31 100644 --- a/src/slide/block.json +++ b/src/slide/block.json @@ -25,12 +25,11 @@ "reusable": false, "className": true, "color": { + "background": true, "gradients": true, + "heading": true, "link": true, - "__experimentalDefaultControls": { - "background": true, - "text": true - } + "text": true }, "spacing": { "padding": false, diff --git a/src/slider/block.json b/src/slider/block.json index 9c406f3..2ecef42 100644 --- a/src/slider/block.json +++ b/src/slider/block.json @@ -96,12 +96,11 @@ ], "className": true, "color": { + "background": true, "gradients": true, + "heading": true, "link": true, - "__experimentalDefaultControls": { - "background": true, - "text": true - } + "text": true }, "spacing": { "padding": true,