Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
mugovalidatedstring-bundle | Mugo.ca | stable |
Version | Compatible with |
---|---|
N/A | N/A |
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!