Skip to content

Commit

Permalink
Update block supports
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan committed Aug 4, 2024
1 parent 6e860ab commit 9bea954
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions build/slide/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
7 changes: 3 additions & 4 deletions build/slider/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
7 changes: 3 additions & 4 deletions src/slide/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
7 changes: 3 additions & 4 deletions src/slider/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9bea954

Please sign in to comment.