woocommerce/packages/js/extend-cart-checkout-block
Vedanshu Jain f36a16cd06
Update changelogger to 3.3.0 to support PR number capturing with merge (#36266)
* Update changelogger.

* Add changelog.

* Update changelogger for all packages.

* Add changelogs.

* Update changelog for remaining packages.
2023-01-05 14:42:51 +05:30
..
changelog Update changelogger to 3.3.0 to support PR number capturing with merge (#36266) 2023-01-05 14:42:51 +05:30
src Update `@woocommerce/extend-checkout-block` to include an example of a forced inner block (#33833) 2022-10-27 01:28:44 -07:00
$slug-blocks-integration.php.mustache Update `@woocommerce/extend-checkout-block` to include an example of a forced inner block (#33833) 2022-10-27 01:28:44 -07:00
$slug.php.mustache Update `@woocommerce/extend-checkout-block` to include an example of a forced inner block (#33833) 2022-10-27 01:28:44 -07:00
.eslintignore.mustache Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
.eslintrc.js.mustache Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
.gitignore Extend cart checkout block package: Prep for publish (#33355) 2022-06-10 15:25:17 +12:00
.gitignore.mustache Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
CHANGELOG.md Prepare Packages for Release (#35655) 2022-11-21 09:50:20 -08:00
README.md Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
README.md.mustache Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
composer.json Update changelogger to 3.3.0 to support PR number capturing with merge (#36266) 2023-01-05 14:42:51 +05:30
composer.lock Update changelogger to 3.3.0 to support PR number capturing with merge (#36266) 2023-01-05 14:42:51 +05:30
index.js Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
package.json Prepare Packages for Release (#35655) 2022-11-21 09:50:20 -08:00
project.json Add `@woocommerce/extend-cart-checkout-block` package (#32323) 2022-05-25 23:44:31 +12:00
webpack.config.js.mustache Update `@woocommerce/extend-checkout-block` to include an example of a forced inner block (#33833) 2022-10-27 01:28:44 -07:00

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.