exolnet / glutenblocks
Collection of Wordpress blocks for the Gutenberg editor.
Installs: 3 782
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 17
Language:JavaScript
Type:wordpress-plugin
Requires
- php: ^7.3|^8.0
Requires (Dev)
- squizlabs/php_codesniffer: ^3.6.0
- dev-master
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dependabot/npm_and_yarn/browserify-sign-4.2.2
- dev-dependabot/npm_and_yarn/babel/traverse-7.23.2
- dev-dependabot/npm_and_yarn/postcss-8.4.31
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/moment-timezone-0.5.37
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
- dev-dependabot/npm_and_yarn/ws-5.2.3
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-feature/fix-link-select-custom-post-type-loading
- dev-feature/responsive-images-radius
This package is auto-updated.
Last update: 2024-10-28 05:19:33 UTC
README
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:
docker-compose -f docker-compose.yml -f docker-compose-localdev.yml up
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:
docker-compose down
Testing
Component Tests
To run your components tests, please use:
yarn test
Lint
To run linter tests (project guidelines), please use:
yarn lint composer lint
Contributing
Please see CONTRIBUTING and CODE OF CONDUCT for details.
Security
If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.
Credits
- Alexandre D'Eschambeault
- Martin Blanchette
- Maxime Mongeau
- Simon Gaudreau
- Alessandro Kreslin
- All Contributors
License
This code is licensed under the MIT license. Please see the license file for more information.