Skip to content

Fix plugin compatibility with HTML decoupling

The core has been refactored in order to remove HTML generation from models. On the other hand there are many plugins relying on such behaviour.

This provides a failsafe in order to keep them working until the necessary refactors for each plugin do not get done.

Ping @brauliobo and @diguliu

Merge request reports