woocommerce/packages/js/product-editor
Maikel Perez f34bb52f9e
Linked product list (#43145)
* Create and register product-linked-list-field block

* Add upsells and cross-sells blocks to the simple product template

* Create formatted price component

* Add linked product table to the linked product list block

* Add remove product button to each product row

* Add see product page button

* Add link to the product name so it can be edited in a new tab

* Fix some styles

* Add product search field to the linked product list block

* Fix styles

* Add changelog files

* Fix linter error

* Fix rebase conflicts

* Use useProductEntityProp instead of useEntityProp within product-linked-list-field block

* Move the product list to its own component

* Move the product select to its own component

* Move the product image to its own component

* Fix linter error
2024-01-04 08:34:53 -05:00
..
changelog Linked product list (#43145) 2024-01-04 08:34:53 -05: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 Linked product list (#43145) 2024-01-04 08:34:53 -05: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 Prepare @woocommerce/product-editor for 1.2.0 release (#42991) 2023-12-20 11:46:12 -03: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 Fix Jest Preset (#42707) 2023-12-12 09:58:13 -08:00
package.json Prepare @woocommerce/product-editor for 1.2.0 release (#42991) 2023-12-20 11:46:12 -03: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