Skip to content

Commit

Permalink
fix: supports.color.gradients is plural (#33781)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvanpatten committed Jul 30, 2021
1 parent 81eac3d commit cda28ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/block-api/block-supports.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ This property adds UI controls which allow the user to apply a gradient backgrou
```js
supports: {
color: {
gradient: true,
gradients: true,

// Default values must be disabled if you don't want to use them with gradient.
background: false,
Expand Down

0 comments on commit cda28ba

Please sign in to comment.