pattern-lab / patternengine-php-twig

Twig-based PatternEngine for Pattern Lab.
http://patternlab.io/
MIT License
78 stars 36 forks source link

Add support for custom filters #1

Closed dmolsen closed 8 years ago

dmolsen commented 9 years ago

This feature would work in a similar way to the Mustache Helper feature. Twig helpers could be installed via composer and they'd register themselves. Currently this is how the Mustache helper works:

Example mustache helper.

dmolsen commented 9 years ago

The extension points have been added. Need to add the install feature to InstallerUtil in pattern-lab/core and update the types in pattern-lab/unified-asset-installer.

dmolsen commented 8 years ago

Done.