Samata soni
2 years ago
committed by
Ivan
1 changed files with 39 additions and 11 deletions
@ -1,15 +1,43 @@ |
|||||||
# Twig Tweak |
# 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 |
## Installation |
||||||
Install as usual. |
|
||||||
```shell |
- Install as you would normally install a contributed Drupal module. For further |
||||||
composer require drupal/twig_tweak |
information, see |
||||||
drush en twig_tweak |
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules). |
||||||
``` |
|
||||||
|
|
||||||
## LINKS |
## Links |
||||||
* Project page: https://www.drupal.org/project/twig_tweak |
|
||||||
* Twig home page: https://twig.symfony.com/ |
- Project page: https://www.drupal.org/project/twig_tweak |
||||||
* Drupal Twig documentation: https://www.drupal.org/docs/theming-drupal/twig-in-drupal |
- 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