Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
WordPress plugin - Adds responsive settings to all WordPress blocks.
- Host: GitHub
- URL: https://github.com/woptimize/wop-responsive-block-settings
- Owner: woptimize
- License: gpl-2.0
- Created: 2024-08-27T14:07:18.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T09:55:23.000Z (about 2 months ago)
- Last Synced: 2024-10-11T03:42:17.674Z (28 days ago)
- Topics: block-editor, gutenberg-plugin, responsive-web-design, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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 [email protected]: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.