Bug description
It appears that the appended form config fields use the inline option as well, just as the mailer config did #13520.
I could fix it somewhat by adding 'full_width_setting' => true. But I had expected it to be behave like in a normal blueprint, but I guess that can be discussed. However, the full_width_setting should definitely be true by default.

How to reproduce
Form::appendConfigFields('*', __('Custom form sender text'), [
'content_sender' => [
'full_width_setting' => true,
'type' => 'group',
'display' => '',
'fullscreen' => false,
'border' => false,
'fields' => [
['import' => 'form_email_config']
]
],
]);
Logs
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
Bug description
It appears that the appended form config fields use the inline option as well, just as the mailer config did #13520.
I could fix it somewhat by adding

'full_width_setting' => true. But I had expected it to be behave like in a normal blueprint, but I guess that can be discussed. However, thefull_width_settingshould definitely be true by default.How to reproduce
Logs
Environment
v6-beta-6Installation
Fresh statamic/statamic site via CLI
Additional details
No response