@netzstrategen/fractal-twig
v2.4.0
Published
Twig template adapter for Fractal.
Downloads
11
Keywords
Readme
Fractal Twig Drupal adapter
This fork allows you to use the namespaces from your theme.info.yml file from the component-libraries key in your Fractal instance.
Requirements & Usage
Use with the Fractal integration module for Drupal:
composer require netzstrategen/drupal-twig_fractalSetup
npm install --save git+ssh://[email protected]/netzstrategen/fractal-twig.gitor add manually in your package.json:
{
"dependencies": {
"@netzstrategen/fractal-twig": "git+ssh://[email protected]/netzstrategen/fractal-twig.git"
}
}in your fractal.js
const fractal = require('@frctl/fractal').create();
const twigAdapter = require('@netzstrategen/fractal-twig');
fractal.components.engine(twigAdapter);Credits
This package is based on the work of https://github.com/WondrousLLC/twig-drupal
