@jayS-de please review it. There are 2 important changes in the JSON:
1) breaking change: the variants map expects an object with url and id instead of only directly the ID.
2) new: to each attribute object you can pass a reload flag that indicates whether the change of attribute value performs a reload or just changes the form variant ID.
@jayS-de please review it. There are 2 important changes in the JSON: 1) breaking change: the
variants
map expects an object withurl
andid
instead of only directly the ID. 2) new: to each attribute object you can pass areload
flag that indicates whether the change of attribute value performs a reload or just changes the form variant ID.