woocommerce/packages/js/product-editor
Joshua T Flowers 562749b60a
Prevent duplicate registration of core blocks in client (#37350)
* Prevent duplicate registration of core blocks

* Add components changelog entry
2023-03-22 16:56:35 -07:00
..
changelog Prevent duplicate registration of core blocks in client (#37350) 2023-03-22 16:56:35 -07:00
src Prevent duplicate registration of core blocks in client (#37350) 2023-03-22 16:56:35 -07:00
typings Add product pricing block (#37211) 2023-03-17 14:03:10 -03:00
.eslintrc.js Create editor skeleton on add/edit product pages (#37023) 2023-03-08 05:51:59 -04:00
.npmrc Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
README.md Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
babel.config.js Create a helper hook for field validation (#37196) 2023-03-20 23:12:09 -03:00
changelog.md Package Release: handle initial release case (#36922) 2023-02-28 09:36:38 +13:00
composer.json Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
composer.lock Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
jest.config.json Create a helper hook for field validation (#37196) 2023-03-20 23:12:09 -03:00
package.json Adding more menu with items using slot fill (#37255) 2023-03-22 07:30:06 -03:00
tsconfig-cjs.json Add section block for use in product editor (#37153) 2023-03-13 11:38:16 -07:00
tsconfig.json Add section block for use in product editor (#37153) 2023-03-13 11:38:16 -07:00
webpack.config.js Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00

README.md

Product Editor

A collection of WooCommerce Admin product editor components and utilities.

Installation

Install the module

pnpm install @woocommerce/product-editor --save