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