Widget OptionsΒΆ
The widget options determine specific options for the current widget. These options are inside the widgetOptions object inside the configuration and split in phoneOffer, proposition and simOnly:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
widgetOptions: {
phoneOffer: {
...
},
proposition: {
...
},
simOnly: {
...
}
}
}
</script>