RichText
This block is used to display rich text content.
About the Rich Text Block
The Rich Text block is used to display rich text content on your livepage. Using the block you can add text content and customise the formatting and styling of the text, e.g. bold, italic, underline, or even the font family, font size and alignment.
Below is an example of a Rich Text block showing some of the basic formatting and styling possible.
Creating a Rich Text Block
To create a Rich Text block, in the Venue Editor, click on "Add Blocks" button in the settings panel on the left, then choose "Rich Text".
Block Settings
The main setting of the Rich Text block is the Content setting where you can insert your text and format it using the editing toolbar.
And this is how the result of the above would look like:
JSON Config
Attributes
Name | Type | Description | Common to All |
---|---|---|---|
String | The cover image that you would want to set as default for the block. Eg: “https://files-myxp.s3-ap-southeast-1.amazonaws.com/livestream/default_background/Light_BG_1.png” | Yes | |
Boolean | Does not allow popup to occur when this field is true. | Yes | |
Object | Refer here. | Yes | |
Boolean | Only render background image when this field is true. | Yes | |
String | Sets the height of the block, only useful when | Yes | |
Boolean | Determines if the | Yes | |
String | Only needs to be specified when | Yes | |
Boolean | Value of true would result in the block being wrapped with a white background. | Yes | |
Object | Refer here. | Yes | |
Array | [“0”, “0”, “0”, “0”, “px”]Last index can be: “px”, “rem”, “em”, “%”, “”. | Yes | |
String | [“0”, “0”, “0”, “0”, “px”] Last index can be: “px”, “rem”, “em”, “%”, “”. | Yes | |
Boolean | Setting this field to true would result in | Yes | |
String | “heading” | Yes | |
Enum | "center" | "left" | Yes | |
Boolean | true | Yes | |
Integer | 1 | Yes | |
String | HTML elementeg: “<p>This is a paragraph.</p>” | No | |
Enum | Renders the block width styling based on the value selected. Only when “custom” is selected, | Yes |
Sample
"page-description-block": {
"type": "RichText",
"title": "Page Description",
"data": {
"heading": "Page Description",
"headingVisibility": false,
"headingAlignment": "center",
"textContent": "<p style=\"text-align: center;\"><span style=\"white-space:pre-wrap;\"><strong><span style=\"font-size: 36px; font-family: var(--themeSecondaryFontFamily);\">Your Event Tagline Here</span></strong></span></p>",
"order": 3,
"alignment": "left",
"blockWidth": "100%",
"blockHeight": "fit-content",
"widthType": "full",
"fitHeightToContent": true,
"boundingBox": false,
"contentPadding": ["0", "0", "0", "0", "px"],
"contentMargin": ["17", "0", "0", "0", "px"]
}
}