Skip to content

Commit

Permalink
Added quote block
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 29, 2023
1 parent 9d69cd5 commit e9abf1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/views/block/quote.html.twig
@@ -0,0 +1,5 @@
{# @var block \Setono\EditorJS\Block\QuoteBlock #}
<blockquote>
{{ block.text|raw }}
<cite>{{ block.caption }}</cite>
</blockquote>

0 comments on commit e9abf1b

Please sign in to comment.