saleor-apps-redis_apl/.changeset/blue-beans-battle.md
Krzysztof Wolski 6a84b4b7e0
Product feed: Use Handlebars for title and URL formatting (#859)
* Use handlebars templates for title and URLs

* Add changesets

* Allow chaining on set methods

* Fix failing test

* Use getValues instead of handle submit

* Narrow down type for data input
2023-08-07 16:33:01 +02:00

276 B

saleor-app-products-feed
minor

Changed format of product URLs to Handlebars. Previous format can still be parsed, so this change does not affect existing configurations.

Old format: http://example.com/{variantId} New format: http://example.com/{{variant.id}}