Data for Text module. All fields are optional. Header will be displayed if available, different types of bodies will be concatenated if they are defined.
JSON representation |
---|
{ "header": string, "body": string, "localizedHeader": { object ( |
Fields | |
---|---|
header |
The header of the Text Module. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens. |
body |
The body of the Text Module, which is defined as an uninterrupted string. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens. |
localized |
Translated strings for the header. Recommended maximum length is 35 characters to ensure full string is displayed on smaller screens. |
localized |
Translated strings for the body. Recommended maximum length is 500 characters to ensure full string is displayed on smaller screens. |
id |
The ID associated with a text module. This field is here to enable ease of management of text modules and referencing them in template overrides. The ID should only include alphanumeric characters, '_', or '-'. It can not include dots, as dots are used to separate fields within FieldReference.fieldPaths in template overrides. |