You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I don't know how to set this here in frctl/consolidate settings:
const twig = require('twig');
const consolidate = require('@frctl/consolidate');
**** WHAT INSTRUCTION HERE TO SET allowInlineIncludes: true ? ****
const twigAdapter = consolidate('twig', twig);
fractal.components.engine(twigAdapter); // use the consolidate/twig adapter
fractal.components.set('ext', '.twig'); // look for files with a .twig file extension
Please help me, thank you very much
The text was updated successfully, but these errors were encountered:
HI!
I'm trying to use Twig as adapter, but inline inclusions within templates like:
Throws the following error:
Googleling around I see that setting
allowInlineIncludes: true
should resolve:twigjs/twig.js#262
But I don't know how to set this here in frctl/consolidate settings:
Please help me, thank you very much
The text was updated successfully, but these errors were encountered: