Filters

Within filters you can change the way they’re displayed and if they’re displayed

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
      widgetOptions: {
        phoneOffer: {
          filters: {
            ...
          }
        },
        proposition: {
          filters: {
            ...
          }
        },
        simOnly: {
          filters: {
            ...
          }
        }
      }
    }
</script>