An open API service indexing awesome lists of open source software.

https://github.com/generoi/wp-genero-woocommerce-blocks


https://github.com/generoi/wp-genero-woocommerce-blocks

Last synced: 23 days ago
JSON representation

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