Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Om de contactopties te resetten van dynamisch naar de statische contactopties zoals geconfigureerd via admin-paneel:

Code Block
languagejs
vl.widget.client.capture(
  // Verplichte capture functie.
  function(widget) {
    if (widget.getPluginTypeId() === 'global_header') {
      widget.getExtension('contact', 'unsafe').resetServicePoints();
    }
  },
);

Voorbeelden standaardconfiguraties

...