woocommerce/docs/product-editor-development/README.md

10 lines
541 B
Markdown
Raw Normal View History

2023-11-29 18:48:05 +00:00
---
category_title: Product Editor
category_slug: product-editor
post_title: Product Editor
2023-11-29 18:48:05 +00:00
---
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](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-editor), which is going to help WooCommerce evolve alongside the WordPress ecosystem.