WP Manifestindependent plugin directory
manifest / editor / my-blocks

My Blocks

WordPress block library.

by Maarten Menten · github.com/mmaarten/my-blocks · website

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/mmaarten/my-blocks/archive/refs/heads/master.zip

Readme

My Blocks

Bootstrap driven WordPress Blocks.

Block library

  • row
  • column
  • buttons
  • button
  • spacer

Requirements

Installation

  1. Download and extract zip into wp-content/plugins/ folder.
  2. Run npm install to install dependencies.
  3. Run composer install to install dependencies.
  4. Run npm run build to compile assets.
  5. Activate plugin via WordPress admin menu: Plugins.

Development

Run composer install to install dependencies.

Run npm install to install dependencies.

Build commands

Run npm run start to compile assets when files change.

Run npm run build to compile and optimise assets.

Run npm run bundle to create distribution archive.

Run composer run make-pot to create translation file.

Read the full README on GitHub →