Skip to content

Commit

Permalink
Add changelog note
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 26, 2023
1 parent d0bde2f commit 1e13fd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

- Add new property `settings.color.caption` ([#48893](https://github.com/WordPress/gutenberg/pull/48893)).
- Add new properties `settings.typography.fluid` and `settings.typography.fontSizes[n].fluidSize` to theme.json to enable fluid typography ([#39529](https://github.com/WordPress/gutenberg/pull/39529)).


Initial release.
5 changes: 5 additions & 0 deletions schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
"type": "boolean",
"default": true
},
"caption": {
"description": "Allow users to set caption colors.",
"type": "boolean",
"default": true
},
"custom": {
"description": "Allow users to select custom colors.",
"type": "boolean",
Expand Down

0 comments on commit 1e13fd3

Please sign in to comment.