Ibexa bundle that provides mugovalidatedstring datatype (eZ Publish) support so it can be used in Twig templates
You just need to enable the bundle by adding the following:
[...]
Mugo\ValidatedStringBundle\MugoValidatedStringBundle::class => ['all' => true],
[...]
into your config/bundles.php
file.
Don't forget to clear the symfony cache ;)
php bin/console cache:clear --env=[env]
Enjoy!