From f166d3c719024c8dbab175cb9f4f3528cc8fed65 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Tue, 26 Dec 2023 13:16:23 +0100 Subject: [PATCH] Add changelog note --- schemas/CHANGELOG.md | 2 +- schemas/json/theme.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/schemas/CHANGELOG.md b/schemas/CHANGELOG.md index 51d33d49707c2..524a56c218742 100644 --- a/schemas/CHANGELOG.md +++ b/schemas/CHANGELOG.md @@ -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. diff --git a/schemas/json/theme.json b/schemas/json/theme.json index 63889366b7bd4..e09a8a2093bd9 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -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",