woocommerce/packages/js/product-editor
Maikel David Pérez Gómez 62ca7a266b
Add the summary field to the product form (#37302)
* Add summary block

* Add changelog files

* Add text alignment

* Add RTL and type definitions

* Add justify text alignment

* Fix rebasing errors
2023-03-21 12:34:24 -03:00
..
changelog Add the summary field to the product form (#37302) 2023-03-21 12:34:24 -03:00
src Add the summary field to the product form (#37302) 2023-03-21 12:34:24 -03: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 Create a helper hook for field validation (#37196) 2023-03-20 23:12:09 -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