composer.json
0 → 100644
+16
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/link_attributes",
|
||
"type": "drupal-module",
|
||
"description": "Provides a widget to allow settings of link attributes for menu links.",
|
||
"keywords": [
|
||
"Drupal"
|
||
],
|
||
"license": "GPL-2.0-or-later",
|
||
"homepage": "https://www.drupal.org/project/link_attributes",
|
||
"minimum-stability": "dev",
|
||
"support": {
|
||
"issues": "https://www.drupal.org/project/issues/link_attributes",
|
||
"source": "https://git.drupalcode.org/project/link_attributes"
|
||
},
|
||
"require": {}
|
||
} |
+1
−3
Loading