ghislainphu / spress-twig-extensions
Add twig/extensions to Spress.
Package info
github.com/GhislainPhu/spress-twig-extensions
Type:spress-plugin
pkg:composer/ghislainphu/spress-twig-extensions
0.1.3
2018-07-04 14:49 UTC
Requires
- spress/spress-installer: 2.1.*
- twig/extensions: ^1.3
This package is not auto-updated.
Last update: 2026-03-05 23:41:34 UTC
README
This Spress plugin provides extra Twig filters from twig/extensions.
Getting Started
Run:
composer require ghislainphu/spress-twig-extensions
Add this line to your config.yml:
twig_extensions: [ array, intl, text ]
Features
- shuffle (array)
- localizeddate (intl)
- localizednumber (intl)
- localizedcurrency (intl)
- truncate (text)
- wordwrap (text)
Limitations
date and i18n extensions are not yet supported.
License
This project is licensed under the MIT License.
See LICENSE.md for more informations.