Skip to content

[6.x] Form Builder sidebars#14378

Draft
duncanmcclean wants to merge 5 commits intoforms-2from
form-sidebars
Draft

[6.x] Form Builder sidebars#14378
duncanmcclean wants to merge 5 commits intoforms-2from
form-sidebars

Conversation

@duncanmcclean
Copy link
Copy Markdown
Member

@duncanmcclean duncanmcclean commented Mar 27, 2026

This pull request reworks how the left/right sidebars in the Form Builder work, allowing us to keep all the logic contained within the layout and the page component.

Pages can use the new <LayoutPanel> component to inject content into the relevant panel/sidebar:

<LayoutPanel side="left">
    <p>Fieldtypes</p>
</LayoutPanel>

<p>Fields</p>

<LayoutPanel side="right">
    <p>Settings</p>
</LayoutPanel>

Replaces #14369

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant