Change slide-in default position in preview
[MAILPOET-2743]
This commit is contained in:
committed by
Veljko V
parent
3cf1160d18
commit
2fe21d508b
@ -99,7 +99,7 @@ class PreviewPage {
|
||||
$formPosition = 'top';
|
||||
}
|
||||
if (!$formPosition && $formType === 'slide_in') {
|
||||
$formPosition = 'left';
|
||||
$formPosition = 'right';
|
||||
}
|
||||
$templateData['position'] = $formPosition;
|
||||
return $this->templateRenderer->render('form/front_end_form.html', $templateData);
|
||||
|
Reference in New Issue
Block a user