...
Om de contactopties te resetten van dynamisch naar de statische contactopties zoals geconfigureerd via admin-paneel:
Code Block | ||
---|---|---|
| ||
vl.widget.client.capture( // Verplichte capture functie. function(widget) { if (widget.getPluginTypeId() === 'global_header') { widget.getExtension('contact', 'unsafe').resetServicePoints(); } }, ); |
Voorbeelden standaardconfiguraties
...