woocommerce/plugins/woocommerce-blocks/docs
Karol Manijak 9b3879f7cf
Add "(Experimental)" suffix to experimental blocks (#48071)
* Add (Experimental) suffix to experimental blocks

* Add comments reminding to update feature flags doc

* Update feature flag doc

* Add changelog

* Provide links to all feature flags

* Add JS flag for Product Filter: Rating (Experimental)

* Bring back linting in PHP file

* Update block references

* Update variation names

* Update tests

* Update test

* Add notification that block is not available in inserter to block references doc

* Add missing feature flag

* Remove information about block not being exposed in inserter from block references

* Update block references
2024-06-10 15:12:10 +02:00
..
.media/images Blocks E2E: Streamline E2E utils implementation (#47660) 2024-05-27 14:54:06 +00:00
block-references Add "(Experimental)" suffix to experimental blocks (#48071) 2024-06-10 15:12:10 +02:00
contributors Blocks E2E: Streamline E2E utils implementation (#47660) 2024-05-27 14:54:06 +00:00
designers/theming Update docs about blocks styling to clearly state global styles are the recommended approach (#47269) 2024-05-13 18:26:50 +02:00
examples Format Markdown files using wp-scripts (https://github.com/woocommerce/woocommerce-blocks/pull/6462) 2022-06-09 14:43:17 +02:00
internal-developers Add "(Experimental)" suffix to experimental blocks (#48071) 2024-06-10 15:12:10 +02:00
third-party-developers/extensibility Apply lint fixes to payment method integration documentation (#48226) 2024-06-07 04:26:09 -07:00
README.md Add autogeneration of block list reference documentation (#46479) 2024-04-25 06:03:41 -07:00

README.md

WooCommerce Blocks Handbook

Table of Contents

The WooCommerce Blocks Handbook provides documentation for designers and developers on how to extend or contribute to blocks, and how internal developers should handle new releases.

Contributors

Want to contribute to the WooCommerce Blocks plugin? The following documents offer information that can help you get started.

Internal developers

Are you an internal developer? The following documents offer information about the different blocks, the Block Client APIs, the Store API, the templates and the testing process.

Third-party developers

Are you a third-party developer? The following documents explain how to extend the WooCommerce Blocks plugin with your custom extension.

Designers

Are you a designer? The following documents explain how to apply design-changes to the WooCommerce Blocks plugin.

Block References

Developer Resources

Tools

  • @woocommerce/extend-cart-checkout-block This is a template to be used with @wordpress/create-block to create a WooCommerce Blocks extension starting point. It also showcases how to use some extensibility points, e.g. registering an inner block in the Checkout Block, applying filters to certain texts such as the place order button, using Slot/Fill and how to change the behaviour of the Store API.

Articles

The following posts from developer.woo.com provide deeper insights into the WooCommerce Blocks development.

Tutorials

The following tutorials from developer.woo.com help you with extending the WooCommerce Blocks plugin.


We're hiring! Come work with us!

🐞 Found a mistake, or have a suggestion? Leave feedback about this document here.