Ignore unsupported blocks option in the StructuredText component

Hi :wave:

Here is my situation:

  1. I don’t fetch the block in my graphql query
  2. I don’t handle that block in the renderRule
  3. I simply want to NOT handle this unsupported block and not return it

Context
I am using datoCMS in a mobile environnement, and I want to be able to add a new block type in datoCMS, without already shipped app that are crashing (because they don’t fetch this block)

Thanks a lot :pray: