woocommerce/plugins/woocommerce-blocks
claudiulodro 07e249faae Add some keys to elements 2018-06-04 10:48:48 -07:00
..
assets Add some keys to elements 2018-06-04 10:48:48 -07:00
includes Include custom API endpoint for required orderby features 2018-06-01 10:22:58 -07:00
.babelrc Set up and move things over for a feature plugin 2018-02-13 11:03:53 -08:00
.gitattributes Add gitatributes file 2018-04-23 10:34:21 -07:00
.gitignore Set up and move things over for a feature plugin 2018-02-13 11:03:53 -08:00
Gruntfile.js New design 2018-02-19 19:57:37 +00:00
README.md Readme 2018-04-20 10:17:55 -07:00
license.txt Readme 2018-04-20 10:17:55 -07:00
package.json Set up and move things over for a feature plugin 2018-02-13 11:03:53 -08:00
readme.txt Lowercase readme.txt 2018-04-23 10:35:30 -07:00
webpack.config.js Products search and select 2018-02-16 11:40:19 -08:00
woocommerce-gutenberg-products-block.php Include custom API endpoint for required orderby features 2018-06-01 10:22:58 -07:00

README.md

Feature plugin for the Gutenberg Products block.

Getting started with the stable version:

  1. The stable version is available on WordPress.org. You can get it here.
  2. Activate the plugin.
  3. On Gutenberg posts you should now have a Products block available.

Getting started with the development version:

  1. Make sure you have the latest version of the Gutenberg plugin and WooCommerce 3.3.1+ installed and active.
  2. Get a copy of this plugin using the green "Clone or download" button on the right. Activate the plugin.
  3. On Gutenberg posts you should now have a Products block available.

Developers:

  1. Follow the "Getting started with the development version" instructions above.
  2. npm install to install the compiler dependencies.
  3. npm run build-gutenberg or npm 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.