Problem/Motivation
We need a way to easily align content to the top, center or bottom using flexbox classes.

Steps to reproduce
n/a
Proposed resolution
Create a new section in the layout builder toolset to allow toggling between alignment.
Remaining tasks
- Create Plugin
- Create Admin UI
- Create Layout Builder UI
User interface changes
- New panel on the backend to define alignment classes.
- New section on the frontend to assign the classes to sections/blocks.
API changes
n/a
Data model changes
n/a
Issue fork bootstrap_layout_builder-3203096
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
emerham commentedTested this out, and this is amazing. Nice Job!
Comment #5
aaronchristian commentedComment #6
emerham commentedI have been using this patch in Production for 2 years now. No complaints or issues. I added some CSS to our theme to make blocks placed in the columns have equal height when selecting the "Stretch" option. Feel free to critique it.
Comment #7
goose2000 commentedI am new to LB, granted. I cannot see any UI where I can align how a block would align within a section (left, right center).
Do I need the "Layout Builder Blocks" module?
I saw this shown in a Vardot video - alignment of blocks inside the section.
Thanks for any pointers.
Comment #8
goose2000 commentedIs this in the dev version now ?
EDIT
A: No - this is not contained in the dev version.
Comment #10
emerham commentedwhat can we do to get these changes brought into the module? Do we need to re-edit them to clean up the MR or can these be merged in?