Skip to content

Appended form config fields use inline view #13685

Description

@andjsch

Bug description

It appears that the appended form config fields use the inline option as well, just as the mailer config did #13520.

Image

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.
Image

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

v6-beta-6

Installation

Fresh statamic/statamic site via CLI

Additional details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions