a!richTextNumberedList( items, showWhen )
Displays a numbered list within a rich text component.
See also: Rich text style guidance
Name | Keyword | Types | Description |
---|---|---|---|
Items |
|
Text, Styled Text, List |
Array of text to display as a numbered list. Text can be further formatted using |
Visibility |
|
Boolean |
Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true. |
Use the interactive editor below to test out your code: