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 f7b8549 commit 104419a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
7 changes: 7 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.6.0] - 2024-08-04

### Added
Expand Down Expand Up @@ -60,4 +66,5 @@ All notable changes to this project will be documented in this file, per [the Ke
- Docblocks (props [@szepeviktor](https://github.com/szepeviktor)).

## [0.1.0] - 2023-03-26

- Initial release.
7 changes: 3 additions & 4 deletions build/accordion-item/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@
"reusable": false,
"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: 7 additions & 0 deletions build/accordion/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"full"
],
"className": true,
"color": {
"background": true,
"gradients": true,
"heading": true,
"link": true,
"text": true
},
"spacing": {
"padding": true,
"margin": [
Expand Down
7 changes: 3 additions & 4 deletions src/accordion-item/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@
"reusable": false,
"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: 7 additions & 0 deletions src/accordion/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"full"
],
"className": true,
"color": {
"background": true,
"gradients": true,
"heading": true,
"link": true,
"text": true
},
"spacing": {
"padding": true,
"margin": [
Expand Down

0 comments on commit 104419a

Please sign in to comment.