9a8236ce68 | ||
---|---|---|
.. | ||
assets | ||
includes | ||
.babelrc | ||
.gitattributes | ||
.gitignore | ||
Gruntfile.js | ||
README.md | ||
license.txt | ||
package.json | ||
readme.txt | ||
webpack.config.js | ||
woocommerce-gutenberg-products-block.php |
README.md
Feature plugin for the Gutenberg Products block.
Getting started with the stable version:
- The stable version is available on WordPress.org. You can get it here.
- Activate the plugin.
- On Gutenberg posts you should now have a Products block available.
Getting started with the development version:
- Make sure you have the latest version of the Gutenberg plugin and WooCommerce 3.3.1+ installed and active.
- Get a copy of this plugin using the green "Clone or download" button on the right. Activate the plugin.
- On Gutenberg posts you should now have a Products block available.
Developers:
- Follow the "Getting started with the development version" instructions above.
npm install
to install the compiler dependencies.npm run build-gutenberg
ornpm run build-gutenberg-watch
to compile the code.
The source code is in the products-block.jsx file and the compiled code is in products-block.js.
Gutenberg Tutorial and Docs: https://wordpress.org/gutenberg/handbook/blocks/
Using API in Gutenberg: 213c64bb49/components/higher-order/with-api-data
Vision for the Feature
Users should be able to insert a variety of products from their store (specific products, products in a category, with assorted layouts and visual styles, etc.) into their post content using a simple and powerful visual editor.