We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d69cd5 commit e9abf1bCopy full SHA for e9abf1b
src/Resources/views/block/quote.html.twig
@@ -0,0 +1,5 @@
1
+{# @var block \Setono\EditorJS\Block\QuoteBlock #}
2
+<blockquote>
3
+ {{ block.text|raw }}
4
+ <cite>{{ block.caption }}</cite>
5
+</blockquote>
0 commit comments