Admin toolbar and config sync
This commit is contained in:
parent
0e15467384
commit
53d6173a5f
27 changed files with 1803 additions and 1 deletions
17
web/modules/contrib/admin_toolbar/composer.json
Normal file
17
web/modules/contrib/admin_toolbar/composer.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "drupal/admin_toolbar",
|
||||
"description": "Admin Toolbar improve the default Drupal Toolbar, it lets the hover of sub menus.",
|
||||
"type": "drupal-module",
|
||||
"homepage": "http://drupal.org/project/admin_toolbar",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mohamed Anis Taktak",
|
||||
"homepage": "https://www.drupal.org/u/matio89"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://www.drupal.org/project/issues/admin_toolbar"
|
||||
},
|
||||
"license": "GPL-2.0+",
|
||||
"require": { }
|
||||
}
|
||||
Reference in a new issue