RAWB Page Builder Base
Page Builder blocks for section and column
by Dr Tapia · github.com/24hr-malmo/rawb-page-builder-base · website
★ 0stars
468composer installs
2forks
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/24hr-malmo/rawb-page-builder-base/archive/refs/heads/master.zipAlso on Packagist as 24hr/rawb-page-builder-base:
composer require 24hr/rawb-page-builder-baseFrom the readme
RAWB Wordpress Page Builder Base plugin
This plugin provides two things:
1. A Section block
2. A Column block
The blocks are the base of all our page builder projects in wordpress and have the basic settings
normaly needed.
The settings can be truned on or offf by extending and overriding a features attribute.
Section
The sections has the following features active by default
- background
- verticalAlignment
- width
- verticalPadding
- background.image
- background.color
They can be turned off like this:
Column layouts
The secion comes pre-loaded with some common column splits. If you wish to add more, you can do it like so:
You can also disable these default templates by their slug name (except the single column template), like so:
Column
As in the section, the column has a set of features that can be turned on or off:
- direction
- aligment
They can be turned of in the same way as a section (in this example we turned of direction):
Blocking (disabling) blocks inside a column
If you want certain blocks to be disabled in a column, you can change an attribute
called blockedBlocks like this:
How to develop
This is base on Create Gutenberg Block
👉 npm start
- Use t
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.1.1 | Jan 13, 2023 |
| v1.1.0 | Jan 11, 2023 |
| v0.9.8 | Oct 3, 2021 |
| v0.9.7 | Sep 6, 2021 |
| v0.9.6 | Sep 6, 2021 |
| v0.9.5 | Sep 3, 2021 |
| v0.9.4 | Sep 3, 2021 |
| v0.9.3 | Sep 2, 2021 |
| v0.9.2 | Aug 23, 2021 |
| v0.9.1 | Aug 23, 2021 |
| v0.9.0 | Aug 23, 2021 |
| v0.8.3 | Mar 8, 2021 |
| v0.8.2 | Dec 1, 2020 |
| v0.8.1 | Dec 1, 2020 |
| v0.8.0 | Nov 30, 2020 |
| v0.7.4 | Oct 16, 2020 |
| v.0.7.4 | Oct 16, 2020 |
| v0.7.3 | Aug 25, 2020 |
| v0.7.2 | Aug 25, 2020 |
| v.0.7.2 | Aug 25, 2020 |
| v0.7.1 | Aug 24, 2020 |
| v0.7.0 | Aug 21, 2020 |
| v0.6.2 | Jun 3, 2020 |
| v0.6.1 | Jun 3, 2020 |
| v0.6.0 | Jun 1, 2020 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.