Samata soni
2 years ago
committed by
Ivan
1 changed files with 39 additions and 11 deletions
@ -1,15 +1,43 @@
|
||||
# Twig Tweak |
||||
|
||||
The module provides a Twig extension with some useful functions and filters. |
||||
The Twig Tweak module provides a Twig extension with some useful functions |
||||
and filters that can improve development experience. |
||||
|
||||
For a full description of the module, visit the |
||||
[project page](https://www.drupal.org/project/twig_tweak). |
||||
|
||||
Submit bug reports and feature suggestions, or track changes in the |
||||
[issue queue](https://www.drupal.org/project/issues/search/twig_tweak). |
||||
|
||||
|
||||
## Table of contents |
||||
|
||||
- Requirements |
||||
- Installation |
||||
- Links |
||||
- Maintainers |
||||
|
||||
|
||||
## Requirements |
||||
|
||||
This module requires no modules outside of Drupal core. |
||||
|
||||
|
||||
## Installation |
||||
Install as usual. |
||||
```shell |
||||
composer require drupal/twig_tweak |
||||
drush en twig_tweak |
||||
``` |
||||
|
||||
## LINKS |
||||
* Project page: https://www.drupal.org/project/twig_tweak |
||||
* Twig home page: https://twig.symfony.com/ |
||||
* Drupal Twig documentation: https://www.drupal.org/docs/theming-drupal/twig-in-drupal |
||||
|
||||
- Install as you would normally install a contributed Drupal module. For further |
||||
information, see |
||||
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules). |
||||
|
||||
|
||||
## Links |
||||
|
||||
- Project page: https://www.drupal.org/project/twig_tweak |
||||
- Twig home page: https://twig.symfony.com/ |
||||
- Drupal Twig documentation: https://www.drupal.org/docs/theming-drupal/twig-in-drupal |
||||
|
||||
|
||||
## Maintainers |
||||
|
||||
Current maintainers: |
||||
- Ivan - [Chi](https://www.drupal.org/u/chi) |
||||
|
Loading…
Reference in new issue