NamelessCoder / patternlab-fluid-edition

Pattern Lab Fluid Edition
MIT License
19 stars 2 forks source link

Featureset #3

Closed saneinsaner closed 6 years ago

saneinsaner commented 6 years ago

When I use extended template names for hidden patterns (filename starts with underscore) or states (filename has @[state] appendix) the render viewhelper won’t include the pattern. Is there a way to achieve this behaviour?

NamelessCoder commented 6 years ago

This one is a problem from Fluid - it currently has a bug in which a method, which is public API but not used by Fluid itself, did not resolve partial template files recursively.

You can follow the status of that bug on https://github.com/TYPO3/Fluid/pull/348, or use the diff from there to apply the fix in your project until it gets included in a release.