My Blocks
WordPress block library.
★ 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.zipReadme
My Blocks
Bootstrap driven WordPress Blocks.
Block library
- row
- column
- buttons
- button
- spacer
Requirements
Installation
- Download and extract zip into
wp-content/plugins/folder. - Run
npm installto install dependencies. - Run
composer installto install dependencies. - Run
npm run buildto compile assets. - 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.