The content of the partial <f:render partial="somemolecule" arguments="{text: 'Foobar baz'}" /> isn't renderd for:
https://github.com/NamelessCoder/patternlab-fluid-edition/blob/7466a48bb2a441491921e0177d73b9ad857e1833/source/_patterns/02-organisms/00-global/01-someorganism.fluid#L7
When debugging, I got the message:
The Fluid template files "C:/Users/User/Documents/Projekte/webdev/pattern-lab-fluid/source/_patterns/Molecules-somemolecule.fluid", "C:/Users/User/Documents/Projekte/webdev/pattern-lab-fluid/source/_patterns/Molecules-somemolecule", "C:/Users/User/Documents/Projekte/webdev/pattern-lab-fluid/vendor/namelesscoder/patternlab-fluid-styleguidekit/Resources/Private/Partials/Molecules-somemolecule.fluid", "C:/Users/User/Documents/Projekte/webdev/pattern-lab-fluid/vendor/namelesscoder/patternlab-fluid-styleguidekit/Resources/Private/Partials/Molecules-somemolecule" could not be loaded.
<f:render partial="molecules-somemolecule" arguments="{text: 'Foobar baz'}" /> doesn't work too.
Only the explicit path is resolved like:
<f:render partial="01-molecules/00-text/01-somemolecule" arguments="{text: 'Foobar baz'}" />
Is this it what was supposed? It doesn't seem so.
The content of the partial
<f:render partial="somemolecule" arguments="{text: 'Foobar baz'}" />isn't renderd for:https://github.com/NamelessCoder/patternlab-fluid-edition/blob/7466a48bb2a441491921e0177d73b9ad857e1833/source/_patterns/02-organisms/00-global/01-someorganism.fluid#L7
When debugging, I got the message:
<f:render partial="molecules-somemolecule" arguments="{text: 'Foobar baz'}" />doesn't work too.Only the explicit path is resolved like:
<f:render partial="01-molecules/00-text/01-somemolecule" arguments="{text: 'Foobar baz'}" />Is this it what was supposed? It doesn't seem so.