Add different rendering for sidebar widget preview type
[MAILPOET-2743]
This commit is contained in:
committed by
Veljko V
parent
e7b4ab1dfe
commit
4cb7ba2424
@@ -44,7 +44,14 @@ class PreviewPage {
|
||||
if (!is_array($formData)) {
|
||||
return '';
|
||||
}
|
||||
return $this->getPostContent() . $this->getFormContent($formData, $formId, $formType);
|
||||
return $this->templateRenderer->render(
|
||||
'form/form_preview.html',
|
||||
[
|
||||
'post' => $this->getPostContent(),
|
||||
'form' => $this->getFormContent($formData, $formId, $formType),
|
||||
'formType' => $formType,
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
public function renderTitle() {
|
||||
|
Reference in New Issue
Block a user