Documentation
Quote
template
Type: String
Default: string
The default quote template is:
<blockquote>
<p>Quote...</p>
<p><cite>Author Attribution</cite></p>
</blockquote>
With this setting, you can change the quote block template, for example:
RedactorX('#entry', {
quote: {
template: '<figure><blockquote><p>Quote...</p></blockquote><figcaption>Author Attribution</figcaption></figure>'
}
});
Note that the blockquote
tag must be in the template.
disable
You can completely disable the quote adding, just set it false
.
RedactorX('#entry', {
quote: false
});
dkjgvo65776inru43654