woocommerce/packages/js/product-editor
Joel Thiessen 4dff6db40f
Adding test name block with support for entity data store (#37132)
* Adding test name block with support for entity data store

* Adding changelog

* Changing block.ts to block.json and amending TS config to support

* Experiment in loading blocks from settings template

* Enable the use of templates with the block editor

* Fix dependency

* Add changelog

* Fix lint error and remove unused utils

* Fix tests by fixing mocks

---------

Co-authored-by: Lourens Schep <lourensschep@gmail.com>
2023-03-13 11:45:25 -03:00
..
changelog Adding test name block with support for entity data store (#37132) 2023-03-13 11:45:25 -03:00
src Adding test name block with support for entity data store (#37132) 2023-03-13 11:45:25 -03:00
typings Move product editor utils to product editor package (#36730) 2023-02-23 09:48:49 -08: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
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
package.json Adding test name block with support for entity data store (#37132) 2023-03-13 11:45:25 -03:00
tsconfig-cjs.json Adding test name block with support for entity data store (#37132) 2023-03-13 11:45:25 -03:00
tsconfig.json Adding test name block with support for entity data store (#37132) 2023-03-13 11:45:25 -03: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