112b9ac67a
In order to ease the identification of private packages within the monorepo, this adds an `internal-` prefix to all of the current private packages. This makes it immediately clear when reviewing `packages/js` what is and isn't a private package. |
||
---|---|---|
.. | ||
changelog | ||
src | ||
$slug-blocks-integration.php.mustache | ||
$slug.php.mustache | ||
.eslintignore.mustache | ||
.eslintrc.js.mustache | ||
.gitignore.mustache | ||
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.