Create new form with email label within input
[MAILPOET-2451]
This commit is contained in:
committed by
Jack Kitterhing
parent
a082e74003
commit
270798ceeb
@ -116,6 +116,10 @@ class Forms extends APIEndpoint {
|
||||
],
|
||||
];
|
||||
|
||||
if ($this->features_controller->isSupported(FeaturesController::NEW_FORM_EDITOR)) {
|
||||
$form_data['body'][0]['params']['label_within'] = true;
|
||||
}
|
||||
|
||||
return $this->save($form_data);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user