Admin toolbar and config sync

This commit is contained in:
Rob Davies 2017-03-29 16:33:35 +01:00
parent 0e15467384
commit 53d6173a5f
27 changed files with 1803 additions and 1 deletions

View 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": { }
}