woocommerce/docs/product-editor-development
Brent MacKinnon 5e4a6fc5e6
Update totals-footer-item.md (#51261)
* Update totals-footer-item.md

replacing `<` & `>` with `&lt;` & `&gt;` for the purposes of displaying html within code snippets on woocommerce docs site.

* update < > with &lt; &gt;

* more small fixes

* update manifiest

* update erroneous tag swap

---------

Co-authored-by: piinthecloud <stephanie.pi@automattic.com>
Co-authored-by: Jacklyn Biggin <hi@jacklyn.dev>
2024-09-12 13:51:32 +00:00
..
how-to-guides Update totals-footer-item.md (#51261) 2024-09-12 13:51:32 +00:00
README.md fix lint rule (#50843) 2024-08-22 14:25:57 +02:00
block-template-lifecycle.md Doc: Fix product editor block template lifecycle doc (#46767) 2024-05-23 07:48:39 -04:00
product-editor-extensibility-guidelines.md Replace copy: List Price to Regular Price (#47658) 2024-05-21 16:28:01 -04:00
product-editor.md Add product form extensibility tutorials (#50137) 2024-08-01 10:50:51 -03:00

README.md

category_title category_slug post_title
Product Editor product-editor Product Editor

Discover how to customize the WooCommerce product editor, from extending product data to adding unique functionalities.

This handbook is a guide for extension developers looking to add support for the new product editor in their extensions. The product editor uses Gutenberg's Block Editor, which is going to help WooCommerce evolve alongside the WordPress ecosystem.