@miyagi/twig-drupal
v0.2.3
Published
Adds twig and Drupal functionality to @miyagi/core
Readme
@miyagi/twig-drupal
This extension adds support for specific twig and Drupal functionality to @miyagi/core.
Features
Drupal attributes
addClasssetAttribute
To use Drupal attributes in your mock files, add $drupal: true to the object.
twig
NOTE: If you need to add additional filters, functions or tags, please refer to the miyagi documentation.
Functions and filters
This plugin uses twig-drupal-filters, so all its functions and filters are supported.
Tags
trans/endtransplural
Installation
npm i --save-dev @miyagi/twig-drupalor
yarn add -D @miyagi/twig-drupalUsage
Add the extension to your .miyagi.js like this:
module.exports = {
extensions: [require('@miyagi/twig-drupal')],
...
}