Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions schemas/richcaptionproperties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Loading