sqli / eztoolbox

Bundle used in SQLI projects gathering some bundles like "SQLI Entities Manager", "SQLI ContentType Installer", "SQLI Command Toolbox", some helpers and some Twig operators
MIT License
0 stars 5 forks source link

Fix on 'price' DataFormatterHelper to use currency code (ISO 4217) #32

Closed DocDams closed 2 years ago

DocDams commented 2 years ago

Twig operator now can be used like this : {{ 9.8|format_data('price', 'EUR') }} and will output "9,80 €"