5becf47d60
* Change package json commands and turbo repo config to allow for greatly simplifying running turbo * Remove require-turbo script which was causing caching issues * Colorize CI output from scripts * Add missing changelog script to extend-cart-checkout-block |
||
---|---|---|
.. | ||
changelog | ||
src | ||
$slug-blocks-integration.php.mustache | ||
$slug.php.mustache | ||
.eslintignore.mustache | ||
.eslintrc.js.mustache | ||
.gitignore | ||
.gitignore.mustache | ||
CHANGELOG.md | ||
README.md | ||
README.md.mustache | ||
composer.json | ||
composer.lock | ||
index.js | ||
package.json | ||
project.json | ||
webpack.config.js.mustache |
README.md
@woocommerce/extend-cart-checkout-block
This is a template to be used with @wordpress/create-block
to create a WooCommerce Blocks extension starting point.
Installation
From your plugins
directory run:
npx @wordpress/create-block -t @woocommerce/extend-cart-checkout-block your_extension_name
When this has completed, go to your WordPress plugins page and activate the plugin.
Add some items to your cart and visit the Checkout block, notice there is additional data on the block that this template has added.