woocommerce/packages/js/product-editor
Nathan Silveira 164ae0984c
Fix double scroll in General tab and image upload overlapping (#40977)
Fix double scroll in General tab and image upload overlapping with other blocks
2023-10-31 11:10:40 -03:00
..
changelog Fix double scroll in General tab and image upload overlapping (#40977) 2023-10-31 11:10:40 -03:00
config Add edit button to each variation to redirect to the single variation page (#40709) 2023-10-13 16:22:11 -04:00
src Fix double scroll in General tab and image upload overlapping (#40977) 2023-10-31 11:10:40 -03:00
typings Show feedback footer on product editor page (#38599) 2023-06-08 20:56:07 -04: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 Enforce Strict `@types` Dependencies (#37351) 2023-03-23 18:02:20 -07:00
package.json Separate PHP and JS Unit Tests (#40639) 2023-10-06 15:41:47 -07:00
tsconfig-cjs.json Add block related assets entry points to product editor build (#37318) 2023-03-31 10:36:40 -07:00
tsconfig.json Enforce Strict `@types` Dependencies (#37351) 2023-03-23 18:02:20 -07:00
webpack.config.js Add block related assets entry points to product editor build (#37318) 2023-03-31 10:36:40 -07: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