-
Notifications
You must be signed in to change notification settings - Fork 221
Add icons to Product Link, Product Category Link and Product Tag Link block variations #4147
Comments
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
Given that there is some discussion on what will be the final UI to insert different block variations inside the Navigation block (WordPress/gutenberg#31584), I would argue this is a low priority issue. We can prioritize it once the Navigation block is closer to get integrated into WordPress core. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
This issue has been marked as Internal: After 10 days with no activity this issue will be automatically be closed. |
If I'm not wrong, these blocks are no longer visible from the UI, so closing this issue. |
In woocommerce/woocommerce#29772 we updated the Product custom post type and the Product Category and Product Tag taxonomies so they display the correct labels and show up as suggestions when adding their block variations. This issue is about adding icons to them. Currently, there is not a direct API for doing that and instead a JS filter must be used (code example: WordPress/gutenberg#31226 (comment)).
This is how they currently look with the default icons:
Even though these block variations don't directly exist in this repo (they are automatically generated by Gutenberg based on the CPT and taxonomies of WC core), I think the best repo to host the JS filter is this one.
@vivialice will be working on generating those icons.
The text was updated successfully, but these errors were encountered: