label-case
Last updated
Last updated
Version compatibility
title-case
and sentence-case
types were introduced in version 4.89.17 of the JourneyApps Runtime.
Optional
Type: uppercase
| lowercase
| title-case
| sentence-case
| none
Default: uppercase
Configure the letter case of the UI component's text.
sentence-case
: Capitalizes the first letter and lowercases the rest e.g. “Sentence case looks like this”
title-case
: Capitalizes the first letter of every word in the sentence e.g. “Title Case Looks Like This”