From 5b38a4420c5623055faa607592511702ed8032c5 Mon Sep 17 00:00:00 2001 From: Sebastian Hilger Date: Sat, 4 Dec 2021 14:41:48 +0100 Subject: [PATCH] update gallery text position --- src/TiptapContentBlocks.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TiptapContentBlocks.php b/src/TiptapContentBlocks.php index ab2ce11..0138f37 100644 --- a/src/TiptapContentBlocks.php +++ b/src/TiptapContentBlocks.php @@ -56,11 +56,12 @@ function ($matches) { $html .= '
'; $html .= '
'; $html .= ''; - $html .= '
'; $html .= '
'; $html .= '
'.$slide->caption.'
'; $html .= '
'.$slide->credits.'
'; $html .= '
'; + + $html .= '
'; $html .= ''; }