An open API service indexing awesome lists of open source software.

https://github.com/woptimize/wop-responsive-block-settings

WordPress plugin - Adds responsive settings to all WordPress blocks.
https://github.com/woptimize/wop-responsive-block-settings

block-editor gutenberg-plugin responsive-web-design wordpress wordpress-plugin

Last synced: 4 months ago
JSON representation

WordPress plugin - Adds responsive settings to all WordPress blocks.

Awesome Lists containing this project

README

          

# 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.