For more information about this repository, visit the project page at https://www.drupal.org/project/twig_tweak
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
541 B
16 lines
541 B
8 years ago
|
{
|
||
|
"name": "drupal/twig_tweak",
|
||
|
"type": "drupal-module",
|
||
|
"description": "A Twig extension with some useful functions and filters for Drupal development.",
|
||
|
"keywords": ["Drupal", "Twig"],
|
||
|
"license": "GPL-2.0+",
|
||
|
"homepage": "https://www.drupal.org/project/twig_tweak",
|
||
|
"suggest": {
|
||
|
"symfony/var-dumper": "Provides a better dump() function that can help you debug Twig variables."
|
||
|
},
|
||
|
"support": {
|
||
|
"issues": "https://www.drupal.org/project/issues/twig_tweak",
|
||
|
"source": "http://cgit.drupalcode.org/twig_tweak"
|
||
|
}
|
||
|
}
|