Skip to main content

Rich text quote element

Fields

FieldTypeDescriptionRequired?
typeStringThe type of the sub-element; in this case, rich_text_quote.Required
elementsObject []An array of rich text elements. Rich text elements include attachment_mention, broadcast, canvas, canvas_user_mention, canvas_message_unfurl, channel, citation, color, date, emoji, file, link, list_record, message_mention, salesforce_data_field, tag, team, text, user, usergroup, work_object_mention, workflow_mention.Required
borderNumberTurn the border on or off.Optional

Example

An example of a rich_text_quote block

{
"blocks": [
{
"type": "rich_text",
"block_id": "Vrzsu",
"elements": [
{
"type": "rich_text_quote",
"elements": [
{
"type": "text",
"text": "What we need is good examples in our documentation."
}
]
},
{
"type": "rich_text_section",
"elements": [
{
"type": "text",
"text": "Yes - I completely agree, Luke!"
}
]
}
]
}
]
}

View in Block Kit Builder