Link Search Menu Expand Document

Type: “RichText”

Usage

This block is used to display rich text content.

Attributes

Key Value Type Example
textContent String HTML element
eg: “<p>This is a paragraph.</p>”

This block also support all the common attributes.

Example

 "backgroundCoverImage": "https://files-myxp.gevme.com/default_background/Light_BG_1.png",
 "backgroundCoverImageVisibility": false,
 "blockHeight": "fit-content",
 "blockVisibility": true,
 "blockWidth": "50%",
 "boundingBox": true,
 "contentMargin": ["40", "20", "20", "20", "px"],
 "contentPadding": ["20", "20", "20", "20", "px"],
 "fitHeightToContent": true,
 "heading": "<p>heading</p>",
 "headingVisibility": true,
 "textContent": "<p>This is a paragraph.</p>",
 "title": "<p>heading</p>",
 "type": "RichText",
 "widthType": "full"

Screenshot