Skip to content

Commit

Permalink
PLANET-6811 Remove default duotones
Browse files Browse the repository at this point in the history
Ref: https://jira.greenpeace.org/browse/PLANET-6811
Ref: WordPress/gutenberg#40383

---

Our current `theme.json` option doesn't work in 6.0.
You will probably see a validation error in your editor, because `null`
is not yet reflected in the official schema, but it does seem to work
without issues.
  • Loading branch information
comzeradd committed Jun 15, 2022
1 parent 1f17a38 commit 4460aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"customGradient": false,
"defaultGradients": false,
"defaultPalette": false,
"duotone": [],
"duotone": null,
"palette": [
{
"name": "Grey 80%",
Expand Down

0 comments on commit 4460aa3

Please sign in to comment.