https://github.com/sixach/wp-block-spacer
Add vertical space to your page with the sixa Spacer Block.
https://github.com/sixach/wp-block-spacer
block wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
Add vertical space to your page with the sixa Spacer Block.
- Host: GitHub
- URL: https://github.com/sixach/wp-block-spacer
- Owner: sixach
- License: gpl-3.0
- Created: 2021-03-21T18:43:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T14:17:51.000Z (over 3 years ago)
- Last Synced: 2024-12-29T01:41:43.191Z (over 1 year ago)
- Topics: block, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage: https://wordpress.org/plugins/sixa-spacer-block/
- Size: 8.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spacer Block

Add vertical space to your page with the sixa Spacer Block.
The block is fully responsive and can be hidden specifically
for any device (widescreen, desktop, tablet, mobile).
Additionally, the Spacer Block supports background colors as well
as background gradients directly from your theme.
## Requirements
* PHP version 7.3 or greater.
* MySQL version 5.6 or greater OR MariaDB version 10.0 or greater.
* WordPress version 5.7 or greater.
## Development
You'll need [Node.js](https://nodejs.org/) and [Composer](https://getcomposer.org/) installed
on your computer in order to build this theme.
* Download or fork the repository.
* Run `npm install` to install NPM dependencies
* Run `npm run dev` command to compile and watch source files for changes while developing.
* Run `composer install` to install composer dependencies
## Production
* Download or fork the repository
* Run `npm install` to install NPM dependencies
* Run `npm run build` to compile assets for production
* Run `composer install --no-dev --optimize-autoloader` to install composer packages required in production
## Translators
The plugin is fully translation-ready and localized using the GNU framework.
Translators are welcome to contribute to the plugin. Please use the [WordPress translation website](https://translate.wordpress.org/projects/wp-plugins/sixa-spacer-block/).
## Contributors
We welcome contributions of any form.
## Support
All support is handled via the dedicated [WordPress plugin support forum](https://wordpress.org/support/plugin/sixa-spacer-block).
If you have any question or issues, please create a new topic in the WordPress plugin support forum.
## Rate ⭐⭐⭐⭐⭐
Please share your experience by leaving this plugin a [5 star review](https://wordpress.org/support/plugin/sixa-spacer-block/reviews/ "Rate sixa Spacer Block 5 stars") if you like it. Thank you!