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
12 changes: 12 additions & 0 deletions schemas/richcaptionproperties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ RichCaptionActiveFont:
maximum: 1
default: 1
example: 1
size:
description: The font size of the active word in pixels. Overrides the scale property when set.
type: number
minimum: 1
maximum: 500
example: 120
textDecoration:
description: Text decoration to apply to the active word.
type: string
Expand Down Expand Up @@ -171,6 +177,12 @@ RichCaptionStyle:
- capitalize
default: "none"
example: "uppercase"
size:
description: The font size of the active word in pixels. Overrides the scale property when set.
type: number
minimum: 1
maximum: 500
example: 120
textDecoration:
description: Text decoration to apply.
type: string
Expand Down
Loading