From e59b3c5ca9b30421d1b9ab17d15db4d8c951735a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 21 Jul 2020 19:50:11 +0100 Subject: [PATCH] Add Admin Toolbar module --- composer.json | 1 + composer.lock | 80 +++++++++++++++++++++++++++++++++- config/sync/core.extension.yml | 2 + 3 files changed, 82 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index de09958..62f0e0c 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 8a62fc7..81de646 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index ebe11b6..817e298 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -1,4 +1,6 @@ module: + admin_toolbar: 0 + admin_toolbar_tools: 0 automated_cron: 0 big_pipe: 0 block: 0