Render headings

[MAILPOET-2613]
This commit is contained in:
Pavel Dohnal
2020-03-11 11:09:57 +01:00
committed by Veljko V
parent 1b05ea2e68
commit 2d4061b998
3 changed files with 131 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ class BlocksRenderer {
break;
case 'heading':
$html .= $this->heading->render($block, $formSettings);
$html .= $this->heading->render($block);
break;
case 'divider':