Easily add responsive settings to all WordPress blocks, and customize the mobile menu breakpoint.
- WordPress 6.4+
- PHP 7.4+
- Set up a local WordPress environment.
- In the
wp-content/plugins
folder, clone the GitHub repository:git clone git@github.com:woptimize/wop-responsive-block-settings.git
- Navigate to the
wp-content/plugins/wop-responsive-block-settings
folder in the command line. - Run the
npm install
command to install the plugin's dependencies. - Run the
npm run start
command to compile and watch source files for changes while developing ornpm run build
to build assets for production.