showFullComparatorLink¶
If you’d like to show the link to the full comparator on your site under the results or not.
| accepts | boolean |
| required | false |
| values | |
| default | true |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
options: {
showFullComparatorLink: true
}
}
</script>