patternengine-php-twig icon indicating copy to clipboard operation
patternengine-php-twig copied to clipboard

Twig-based PatternEngine for Pattern Lab.

Results 20 patternengine-php-twig issues
Sort by recently updated
recently updated
newest added

https://twig.symfony.com/doc/2.x/advanced.html#id1 This update will continue to unlock even more interesting options for us in cross-platform Design System interoperability -- especially with things like shared Design Tokens, schema data, default inherited...

I'm that guy. Please don't hate me. This is clearly not a big deal but I thought I'd submit an issue. I'm sure you're _really_ looking for a reason to...

For a client project which has Symfony 3 as a dependency I want to be able to use Patternlab with Twig 2.x, which is the default version bundled with the...

https://twig.symfony.com/doc/2.x/advanced.html#id1 I've actually already got a working POC patch for this that we've been using to share certain Design Token values across our Design System in a way that is...

It seems there was a merge request (#31) for this problem, but this is still an issue.

The UI Patterns module allows patterns to be created and these can be associated with Pattern Lab based twig files. Due to Drupal's hard coded .html.twig extension in ThemeManager the...

We are wanting to include PatternLab in our CodeIgniter projects. However, we are unclear on where/how to install in such a way that it all works seamlessly. Twig isn't finding...

If you have templates that have typos in their includes, the use of the Twig_Loader_String causes the typo to be echoed out: {% include "foo" %} results in the string...

I've been having issues with using any custom list items in loops within the PHP and Twig Patternlab. So far I have tried adding the JSON content both within the...

When we are developing new templates while in `php core/console --server --with-watch`, if we save a twig template with a syntax error (or create any other kind of twig error)...