We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8328236 + 07bfaa3 commit 59de7acCopy full SHA for 59de7ac
packages/engine-twig-php/lib/engine_twig_php.js
@@ -210,8 +210,8 @@ const engine_twig_php = {
210
// get the path to the top-level folder of this pattern
211
// ex. /Users/bradfrost/sites/pattern-lab/packages/edition-twig/source/_patterns/00-atoms
212
const fullFolderPath = `${
213
- tempPartial.split(selectedNamespace[0].id)[0]
214
- }${selectedNamespace[0].id}`;
+ tempPartial.split(selectedNamespace[0].paths[index])[0]
+ }${selectedNamespace[0].paths[index]}`;
215
216
// then tease out the folder name itself (including the # prefix)
217
// ex. 00-atoms
0 commit comments