Add Admin Toolbar module

This commit is contained in:
Oliver Davies 2020-07-21 19:50:11 +01:00
parent 6991ecd271
commit e59b3c5ca9
3 changed files with 82 additions and 1 deletions

View file

@ -20,6 +20,7 @@
],
"require": {
"composer/installers": "^1.9",
"drupal/admin_toolbar": "^2.3",
"drupal/core-composer-scaffold": "^9.0",
"drupal/core-project-message": "^9.0",
"drupal/core-recommended": "^9.0",

80
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a7168dc7ca96cd8c0a18d6554a84109e",
"content-hash": "40bb47fb90e3e85d94e9739da7cb327f",
"packages": [
{
"name": "asm89/stack-cors",
@ -1277,6 +1277,84 @@
],
"time": "2020-03-27T11:06:43+00:00"
},
{
"name": "drupal/admin_toolbar",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "8.x-2.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.3.zip",
"reference": "8.x-2.3",
"shasum": "cf8ee1aa8adfc604db4394655e3ba4c423d5f24a"
},
"require": {
"drupal/core": "^8.8.0 || ^9.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.3",
"datestamp": "1592535714",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Wilfrid Roze (eme)",
"homepage": "https://www.drupal.org/u/eme",
"role": "Maintainer"
},
{
"name": "Romain Jarraud (romainj)",
"homepage": "https://www.drupal.org/u/romainj",
"role": "Maintainer"
},
{
"name": "Adrian Cid Almaguer (adriancid)",
"homepage": "https://www.drupal.org/u/adriancid",
"email": "adriancid@gmail.com",
"role": "Maintainer"
},
{
"name": "Mohamed Anis Taktak (matio89)",
"homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer"
},
{
"name": "fethi.krout",
"homepage": "https://www.drupal.org/user/3206765"
},
{
"name": "matio89",
"homepage": "https://www.drupal.org/user/2320090"
},
{
"name": "romainj",
"homepage": "https://www.drupal.org/user/370706"
}
],
"description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
"homepage": "http://drupal.org/project/admin_toolbar",
"keywords": [
"Drupal",
"Toolbar"
],
"support": {
"source": "https://git.drupalcode.org/project/admin_toolbar",
"issues": "https://www.drupal.org/project/issues/admin_toolbar"
}
},
{
"name": "drupal/core",
"version": "9.0.2",

View file

@ -1,4 +1,6 @@
module:
admin_toolbar: 0
admin_toolbar_tools: 0
automated_cron: 0
big_pipe: 0
block: 0