Type: quote

Editable: false

Tags: blockquote

The blockquote tag will become a quote block. The template for the quote block is specified in the quote.template setting. You can change it to your own template, but make sure that the template always have a blockquote tag.

<blockquote>
    <p>Quote...</p>
</blockquote>