Render form block custom classes on frontend

[MAILPOET-2746]
This commit is contained in:
Rostislav Wolny
2020-03-12 16:27:59 +01:00
committed by Veljko V
parent 72a0afa75b
commit 060a6839c7
7 changed files with 43 additions and 11 deletions

View File

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