Skip to content

WordPress plugin - Adds responsive settings to all WordPress blocks.

License

Notifications You must be signed in to change notification settings

woptimize/wop-responsive-block-settings

Repository files navigation

Responsive Block Settings

Easily add responsive settings to all WordPress blocks, and customize the mobile menu breakpoint.

Requirements

  • WordPress 6.4+
  • PHP 7.4+

Development

  1. Set up a local WordPress environment.
  2. In the wp-content/plugins folder, clone the GitHub repository: git clone git@github.com:woptimize/wop-responsive-block-settings.git
  3. Navigate to the wp-content/plugins/wop-responsive-block-settings folder in the command line.
  4. Run the npm install command to install the plugin's dependencies.
  5. Run the npm run start command to compile and watch source files for changes while developing or npm run build to build assets for production.