From 422819a11bc107fd2c519a1a6393a34e2ee4cc25 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 28 Jul 2021 15:26:23 +0200 Subject: [PATCH] all user tabs displayed in admin theme --- .gitignore | 2 + composer.json | 1 + composer.lock | 52 ++++++++++++++++++- config/sync/admin_theme.settings.yml | 4 ++ config/sync/core.extension.yml | 1 + .../materiotheme/assets/dist/report.html | 2 +- 6 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 config/sync/admin_theme.settings.yml diff --git a/.gitignore b/.gitignore index 9d9f174..3f32306 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ /web/profiles/contrib/ /web/libraries/ +web/modules/dev/*.tar.gz + # Ignore sensitive information /web/sites/*/settings.php /web/sites/*/settings.local.php diff --git a/composer.json b/composer.json index 3e7a71d..6be9e51 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ "require": { "php": ">=7.3", "composer/installers": "^1.2", + "drupal/admin_theme": "1.x-dev@dev", "drupal/advagg": "4.x-dev@dev", "drupal/amswap": "^3.0", "drupal/audiofield": "^1.10", diff --git a/composer.lock b/composer.lock index ef6bf96..71db503 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": "b16797b72316e983c9d3ffdc0c169447", + "content-hash": "e531ede696593276a00fff574ba79824", "packages": [ { "name": "alchemy/zippy", @@ -2654,6 +2654,55 @@ "source": "https://git.drupalcode.org/project/address" } }, + { + "name": "drupal/admin_theme", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/admin_theme.git", + "reference": "1e3555135dab4bcab3924b876dac0b8bc9540e8e" + }, + "require": { + "drupal/core": "^8 || ^9", + "php": ">=5.5.9" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta1+1-dev", + "datestamp": "1599619343", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "justy", + "homepage": "https://www.drupal.org/user/115811" + } + ], + "description": "Enable the administration theme on more paths than possible with Drupal's default administration page.", + "homepage": "https://www.drupal.org/project/admin_theme", + "keywords": [ + "drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/admin_theme" + } + }, { "name": "drupal/admin_toolbar", "version": "3.0.1", @@ -20687,6 +20736,7 @@ ], "minimum-stability": "dev", "stability-flags": { + "drupal/admin_theme": 20, "drupal/advagg": 20, "drupal/auto_entitylabel": 20, "drupal/commerce_license": 20, diff --git a/config/sync/admin_theme.settings.yml b/config/sync/admin_theme.settings.yml new file mode 100644 index 0000000..9c46ddb --- /dev/null +++ b/config/sync/admin_theme.settings.yml @@ -0,0 +1,4 @@ +paths: "/dummy-path-needed-until-core-issue-2930364-is-fixed\r\n/user/*/*" +exclude_paths: /dummy-path-needed-until-core-issue-2930364-is-fixed +_core: + default_config_hash: djrGnpQFw2Jm0GjIQ-o28-09ZKtCusE5k0VNddWmOKE diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 113dce0..ece81e6 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -1,6 +1,7 @@ module: actions_permissions: 0 address: 0 + admin_theme: 0 admin_toolbar: 0 admin_toolbar_links_access_filter: 0 advagg: 0 diff --git a/web/themes/custom/materiotheme/assets/dist/report.html b/web/themes/custom/materiotheme/assets/dist/report.html index 59c1402..615f288 100644 --- a/web/themes/custom/materiotheme/assets/dist/report.html +++ b/web/themes/custom/materiotheme/assets/dist/report.html @@ -3,7 +3,7 @@ - materio.com [26 Jul 2021 at 19:37] + materio.com [28 Jul 2021 at 13:24]