phoneVariantEanΒΆ

The eans of the phone variants you want to show in the widget.

example:

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
    limits: {
      phoneVariantEan: ['0123456789123', '3219876543210']
    }
  }
</script>