WP Manifestindependent plugin directory
manifest / editor / resource-layout-blocks-2

Resource Layout Blocks 2

WordPress layout blocks (Bootstrap 5)

by Erik Rühling · github.com/ecruhling/resource-layout-blocks-2

0stars
0forks

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

Readme

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

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

Table of Contents
  1. About The Project
  2. Getting Started
  3. Features
  4. Roadmap
  5. Contact

Layout Blocks 2.0

Layout Blocks Screen Shot

Custom layout blocks for the WordPress block editor. Container, Row, and Column. Uses CSS and utility classes from Twitter Bootstrap 5.

(back to top)

Built With

(back to top)

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.

    (back to top)

Roadmap

  • [ ] Setting to enable Bootstrap or Tailwind classes (backend only).

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contact

Erik Rühling - erik@resourceatlanta.com

Project Link: https://github.com/ecruhling/resource-layout-blocks-2

(back to top)

Read the full README on GitHub →