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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions