pcate / twig-tools-pl
Equivalent functions and filters for Pattern Lab that are available with the Twig Tools Drupal module.
Installs: 8 017
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:patternlab-plugin
Requires
- php: ^5.6 || ^7.0
This package is not auto-updated.
Last update: 2025-06-20 12:19:01 UTC
README
This is a Pattern Lab plugin that implements all of the existing filters added by the Drupal Twig Tools module.
Note: This plugin assumes you are using Pattern Lab inside a Drupal theme.
Installation
-
Install and enable the Drupal Twig Tools module.
-
Inside of your Drupal theme Pattern Lab directory, locate Pattern Lab the
composer.json
file abd run the command in the same directory:
composer require pcate/twig-tools-pl
- After the composer package has installed, a post-install script will prompt you to merge/replace the new filters in the
_twig-components
directory.