Download the PHP package exolnet/glutenblocks without Composer
On this page you can find all versions of the php package exolnet/glutenblocks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download exolnet/glutenblocks
More information about exolnet/glutenblocks
Files in exolnet/glutenblocks
Package glutenblocks
Short Description Collection of Wordpress blocks for the Gutenberg editor.
License MIT
Homepage https://github.com/eXolnet/glutenblocks
Informations about the package glutenblocks
Glutenblocks
Collection of Wordpress blocks for the Gutenberg editor.
Installation
composer require exolnet/glutenblocks
Usage
If you need to create a new Block, please use the packages/src/example as the skeleton of your new block.
Developement flow
To be able to see the components, you need to install the plugin in a Wordpress site. If you have Docker installed, you can create a new Wordpress site quickly with this command:
Your Wordpress site will be available on localhost:8888. You will have to finish the Wordpress installation in the browser.
If it is the first time you start the Docker containers, you will need to enable Glutenblocks plugin from the WP admin panel.
When you are done, you can stop the docker-compose process to stop the server from working.
If you want to remove the containers from your development machine, you can run this command:
Testing
Component Tests
To run your components tests, please use:
Lint
To run linter tests (project guidelines), please use:
Contributing
Please see CODE OF CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Alexandre D'Eschambeault
- Martin Blanchette
- Maxime Mongeau
- Simon Gaudreau
- Alessandro Kreslin
- All Contributors
License
Copyright © eXolnet. All rights reserved.
This code is licensed under the MIT license. Please see the license file for more information.