Blockquote
Blockquote is used to represent a quote in a different context
Format
JSON
{
"type": "text",
"subtype": "blockquote",
"metadata": {
"content": "Everything is good !",
"attribution": "Mr. X, from Y company"
},
"text": "<div>
<blockquote>Everything is good !</blockquote>
<span class=\"attribution\">Mr. X, from Y company</span>
</div>"
}
Schema
| Key | Type |
|---|---|
| type * | String, Value should be text |
| subtype * | String, Value should be blockquote |
| metadata * | Object |
| text * | HTML string with exact tags and class attributes as shown in example |
Metadata
| Key | Type |
|---|---|
| content * | String |
| attribution | String |