Skip to content

Commit

Permalink
Add gradients support to Group, columns and media & text blocks (#21375)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Apr 8, 2020
1 parent 521f2c2 commit aa05f36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/columns/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const settings = {
align: [ 'wide', 'full' ],
html: false,
lightBlockWrapper: true,
__experimentalColor: true,
__experimentalColor: { gradients: true },
},
variations,
example: {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/group/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const settings = {
anchor: true,
html: false,
lightBlockWrapper: true,
__experimentalColor: true,
__experimentalColor: { gradients: true },
},
transforms: {
from: [
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/media-text/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const settings = {
supports: {
align: [ 'wide', 'full' ],
html: false,
__experimentalColor: true,
__experimentalColor: { gradients: true },
},
example: {
attributes: {
Expand Down

0 comments on commit aa05f36

Please sign in to comment.