a!richTextListItem( text, nestedList, showWhen )
Displays a nested list within a bulleted or numbered list in a Rich Text component.
See also: Rich text style guidance
Name | Keyword | Types | Description |
---|---|---|---|
Text |
|
Text or Styled Text |
Array of text to display as a rich text list item. Text can be formatted using |
Nested List |
|
Bulleted List or Numbered List |
A bulleted or numbered list to nest within the rich text list item. Use |
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: