WP Manifestindependent plugin directory
manifest / editor / block-filterx

Block FilterX

Block Controller allows you to centrally manage Gutenberg blocks. Enable or disable blocks globally, by user role, or for individual users from a single admin location.

by Aminur Islam Arnob · github.com/aminurislamarnob/block-filterx · 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/aminurislamarnob/block-filterx/archive/refs/heads/develop.zip

Readme

For dev. environment

Run the following command for development environment.

composer update

Gutenberg Dev Part

nvm use 20 // Use node version >=20
npm install // Install node modules
npm run start // To start development server.
npm run build // To build for production

For production environment

Run the following command for production environment to ignore the dev dependencies.

composer update --no-dev

Build Release

Set execution permission to the script file by chmod +x bin/build.sh command. Now, Run the following bash script.

bin/build.sh

Read the full README on GitHub →