Paul Hachmang
Paul Hachmang
Hi @amenk We haven't implemented this, PR welcome
Also https://www.npmjs.com/package/lit-apollo
Thanks for the prompt response! Lighthouse is flagging my 'upgraded' images because i can not detect a slow connection. If you disable JS on the page, you can see it'll...
FYI: I've made a temporary workaround by doing a user agent sniff. I know this is kinda dirty, but allows me to work around the issue now.
@semoal We've got workarounds in place, so no rush :)
@semoal This one is kinda important, currently stil stuck on the old version :)
I believe looking at the database tables directly shouldn't be a problem: Products: ``` SQL SELECT * FROM `catalog_product_entity_media_gallery`; ``` Categories: ``` SQL SELECT `value` FROM `catalog_category_entity_varchar` ccev JOIN `eav_attribute`...
An interactive mode for creating a new attribute which creates setup files directly? :smile: