https://github.com/generoi/wp-genero-woocommerce-blocks
https://github.com/generoi/wp-genero-woocommerce-blocks
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/generoi/wp-genero-woocommerce-blocks
- Owner: generoi
- Created: 2022-02-10T19:22:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T12:45:49.000Z (5 months ago)
- Last Synced: 2026-01-14T16:52:36.204Z (5 months ago)
- Language: JavaScript
- Size: 733 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-genero-woocommerce-blocks
> WooCommerce blocks for the gutenberg editor
## Requirements
_Does the plugin have any requirements?_
## Features
_A list of features_.
## API
_Any hooks exposed?_
```php
// Load recaptcha script.
add_filter('gravityforms-timber/options', function ($options) {
$options['recaptcha'] = true;
});
```
## Development
Install dependencies
composer install
npm install
Run the tests
npm run test
Build assets
# Minified assets which are to be committed to git
npm run production
# Watch for changes and re-compile while developing the plugin
npm run watch
## Translations
npm run translate