woocommerce/packages/js/product-editor
Maikel Perez 0fc75c5148
Remove Custom Fields for New Product Editor (#45493)
* Add remove custom field for the new product editor

* Add changelog file

* Show add button when the custom fields are empty

* Ensures to always convert the metas into a string array since it can be anything

* Add changelog file
2024-03-13 19:16:12 -03:00
..
changelog Remove Custom Fields for New Product Editor (#45493) 2024-03-13 19:16:12 -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 Remove Custom Fields for New Product Editor (#45493) 2024-03-13 19:16:12 -03:00
typings Fix description toolbar with latest GB version (#43835) 2024-01-23 11:17:37 -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 Prepare @woocommerce/product-editor for release 1.4.0 (#44817) 2024-02-20 18:33:11 +00:00
composer.json bump php version in packages/js/*/composer.json (#42020) 2024-01-04 10:18:34 -04:00
composer.lock Add new `@woocommerce/product-editor` JS package (#36600) 2023-01-31 09:38:28 -04:00
jest.config.json Fix Jest Preset (#42707) 2023-12-12 09:58:13 -08:00
package.json Prepare @woocommerce/product-editor for release 1.4.0 (#44817) 2024-02-20 18:33:11 +00: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 Improve webpack cache-busting version parameter by using file contents hash (#44838) 2024-02-27 08:07:53 +00: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