ghislainphu / spress-twig-extensions
Add twig/extensions to Spress.
Installs: 473
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:spress-plugin
Requires
- spress/spress-installer: 2.1.*
- twig/extensions: ^1.3
This package is not auto-updated.
Last update: 2025-02-06 18:31:43 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.