phoneVariantIdΒΆ
The ids of the phone variants you want to show in the widget.
| accepts | array of integers |
| required | false |
| values | |
| default | none |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
limits: {
phoneVariantId: [1, 2]
}
}
</script>