Mayflower Blocks (G4)
Plugin to facilitate Gutenberg Editor blocks in BC's Douglas Fir and Bellevue 2022 WordPress themes
by BC Integration (Taija, Angela, Elizabeth) · github.com/bellevuecollege/mayflower-blocks · website
★ 2stars
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/bellevuecollege/mayflower-blocks/archive/refs/heads/trunk.zipFrom the readme
Mayflower Blocks
This plugin contains block editor blocks for the following Bellevue College themes:
1. Mayflower G4 - Globals 4
2. BC "Douglas Fir" theme (in development) - Globals 4
3. Bellevue College OHO theme (in development) - Bootstrap 5
Most of these are implementations of Bootstrap 4 or 5 components.
Project Structure
All blocks are in folders under the src directory. Each block has its own folder, and each folder contains the block's source code.
NPM is used for package management. To install all dependencies, run the following command from the root directory:
This project uses wordpress-scripts compile/transpile code and build blocks. To watch for changes and build blocks, run the following commands from the root directory:
Block Structure
Registration
Each block is registered in the main plugin.php file. You can register a new block by adding the folder name to the array of registered blocks.
Block Structure
Each block has a folder within src/ that contains the block's source code, and a folder within build/ that contains the block's build artifacts (not committed to the repository).
Within the block folder, there is a block.json file that contains the block'
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v3.11 | Jun 29, 2026 |
| v3.10.1 | Apr 29, 2026 |
| v3.10 | Mar 26, 2026 |
| v3.9 | Dec 4, 2025 |
| v3.8 | Aug 6, 2025 |
| v3.7 | Jun 10, 2025 |
| v3.6.4 | Apr 14, 2025 |
| v3.6.3 | Mar 11, 2025 |
| v3.6.2 | Mar 11, 2025 |
| v3.6.1 | Feb 12, 2025 |
| v3.6 | Dec 31, 2024 |
| v3.5.1 | Sep 30, 2024 |
| v3.5 | Apr 9, 2024 |
| v3.3 | Feb 17, 2023 |
| v3.2 | Nov 29, 2022 |
| v3.1.1 | Nov 15, 2022 |
| v3.1 | Nov 15, 2022 |
| v3 | Sep 15, 2022 |
| v2.0.1 | Apr 13, 2020 |
| v1.2.4 | Mar 4, 2020 |
| v1.2.3 | Jan 23, 2020 |
| v1.2.2 | Aug 8, 2019 |
| v1.2 | Jul 10, 2019 |
| v1.1.1 | May 28, 2019 |
| v1.1 | Apr 30, 2019 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.