Resource Layout Blocks 2
WordPress layout blocks (Bootstrap 5)
by Erik Rühling · github.com/ecruhling/resource-layout-blocks-2
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ecruhling/resource-layout-blocks-2/archive/refs/heads/main.zipReadme
Resource Branding
Layout blocks for WordPress (2.0)
Custom layout blocks for the WordPress block editor.
Container, Row, and Column.
Uses CSS and utility classes from Twitter Bootstrap 5.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Layout Blocks 2.0

Custom layout blocks for the WordPress block editor. Container, Row, and Column. Uses CSS and utility classes from Twitter Bootstrap 5.
Built With
Getting Started
Note: This is a complete rewrite and retooling of a previous plugin.
WordPress plugin – install and activate.
Prerequisites
Requires PHP >= 7.0. Requires WordPress >= 5.9.
Features
-
A 'Class Inspector' area is added to the Block Control Toolbar. This dynamically lists all the CSS classes added to the block during creation and editing. It provides a concise, quick way of telling exactly what classes are added throughout all breakpoints, including any custom CSS classes added in the Advanced sidebar.
-
Blocks have an 'inlineStyle' attribute. This attribute is editable in the side panel, under the Advanced accordion - 'Inline Styles'. Must be a valid string of inline CSS. Be aware that as some native WordPress attributes (like 'align' and 'alignWide') are dependent on inline CSS, these attributes are not compatible with these blocks.
Roadmap
- [ ] Setting to enable Bootstrap or Tailwind classes (backend only).
See the open issues for a full list of proposed features (and known issues).
Contact
Erik Rühling - erik@resourceatlanta.com
Project Link: https://github.com/ecruhling/resource-layout-blocks-2