woocommerce/plugins/woocommerce-blocks/assets
Alba Rincón dcc4e60dda Parse categories coming from the back-end as a json array (https://github.com/woocommerce/woocommerce-blocks/pull/6358)
* Parse categories coming from the back-end as a json array

The category ids that come from php are in json array format (e.g. '[40,41]'),
so it's necessary to parse them and convert them into a js array before
processing them. Otherwise the api request will fail.

* Only parse category ids if not undefined
2022-05-03 16:09:20 +02:00
..
css Enable more style options for the Featured Product block (https://github.com/woocommerce/woocommerce-blocks/pull/6181) 2022-04-12 17:16:00 +02:00
js Parse categories coming from the back-end as a json array (https://github.com/woocommerce/woocommerce-blocks/pull/6358) 2022-05-03 16:09:20 +02:00