From 3d4791532e5358a9fad6ba5574991dec76e0ed7a Mon Sep 17 00:00:00 2001 From: ramon Date: Thu, 21 Mar 2024 09:35:25 +1100 Subject: [PATCH] Remove dupe caption entry Remove dupe caption entry --- .../theme-json-reference/theme-json-living.md | 2 +- schemas/json/theme.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/reference-guides/theme-json-reference/theme-json-living.md b/docs/reference-guides/theme-json-reference/theme-json-living.md index c475e53763ca9..00b1f7971f3d9 100644 --- a/docs/reference-guides/theme-json-reference/theme-json-living.md +++ b/docs/reference-guides/theme-json-reference/theme-json-living.md @@ -84,7 +84,6 @@ Settings related to colors. | Property | Type | Default | Props | | --- | --- | --- |--- | | background | boolean | true | | -| caption | boolean | true | | | custom | boolean | true | | | customDuotone | boolean | true | | | customGradient | boolean | true | | @@ -98,6 +97,7 @@ Settings related to colors. | text | boolean | true | | | heading | boolean | true | | | button | boolean | true | | +| caption | boolean | true | | --- diff --git a/schemas/json/theme.json b/schemas/json/theme.json index e09a8a2093bd9..63889366b7bd4 100644 --- a/schemas/json/theme.json +++ b/schemas/json/theme.json @@ -119,11 +119,6 @@ "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",