I would like to disable the Decoda censor hook via config.yml.
The Decoda docs give this example of:
$code = new Decoda\Decoda($string); $code->removeHook('Censor');
but I can't see how this could be done in the FMBbCodeBundle.
My current workaround is to amend the Decoda package to return an empty censorship array, but this has meant editing a composer package directly.
Any help greatly appreciated.