Matthew Reishus
Matthew Reishus
:heavy_check_mark: OK, I think I fixed it. What's happening is: * Step 1: _woocommerce-blocks_ plugin: `pnpm run build:project:bundle`: This creates new block.json files inside the build directory. * Step 2:...
:heavy_check_mark: Additionally, I removed the duplicate blocks that were being built before the proper name transformations. After a0c9449:  For example, instead of building the same information under both `cart-order-summary-coupon-form`...
I fixed the conflicts - can I get workflow approval?
I've resolved the conflicts again. I also had to update some test snapshots which had minor changes after the `npm install`: 6ae9d895ec44ece2c516de567768692356422f6f. However, I think some tests are still failing...
> Hey @mreishus 👋 now that #53619 is merged, I think this should be unblocked. Let me know if you have any more trouble and I'm happy to hop on...
> Hi @mreishus! Thanks for the proposal. > > Unfortunately, I don't think that would work for all sync scenarios. > > * Checksums will consider the `post_meta_whitelist` settings [here](https://github.com/Automattic/jetpack/blob/trunk/projects/packages/sync/src/class-settings.php#L429)...
Investigating a way to get all 3 systems working using `wc_get_attribute_taxonomies()`.
### `wc_get_attribute_taxonomies()` - won't work I got excited, thinking I found a way to get a list of all the "attributes_", but this doesn't work - there are multiple types...
### Generating permalinks on save - working but need a place to add it >As a temporary work-around, while performance is being considered/testing, how about we add a hook so...
### Alt Idea - Query DB for keys Here's one other idea, but I think setting the `_jp_variation_permalink` as above is better. Query the DB directly to find the keys,...