From e8601cf4dd2d1202f15d2bc33a04e0c6632d3ef5 Mon Sep 17 00:00:00 2001 From: Kratos2k7 Date: Mon, 16 Mar 2026 07:07:33 +0500 Subject: [PATCH] fix: Removed textDecoration from RichCaptionFont and Changed wordAnimation.style default from "karaoke" to "highlight" --- schemas/richcaptionproperties.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/schemas/richcaptionproperties.yaml b/schemas/richcaptionproperties.yaml index 50e89e6..47c007e 100644 --- a/schemas/richcaptionproperties.yaml +++ b/schemas/richcaptionproperties.yaml @@ -88,8 +88,8 @@ RichCaptionWordAnimation: - bounce - typewriter - none - default: "karaoke" - example: "karaoke" + default: "highlight" + example: "highlight" direction: description: Direction for directional animations (slide). Only applicable when style is `slide`. type: string @@ -143,14 +143,5 @@ RichCaptionFont: type: string pattern: "^#[A-Fa-f0-9]{6}$" example: "#000000" - textDecoration: - description: Text decoration to apply to all words. - type: string - enum: - - none - - underline - - line-through - default: "none" - example: "underline" additionalProperties: false type: object