offerExtraIdΒΆ
The ids of the offer extras you want to select for the initial filter.
accepts | array of integers |
required | false |
values | |
default | none |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
widgetOptions: {
proposition: {
initialFilter: {
offerExtraId: [1, 2]
}
}
}
}
</script>