Browse Source

all user tabs displayed in admin theme

bach 2 years ago
parent
commit
422819a11b

+ 2 - 0
.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

+ 1 - 0
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",

+ 51 - 1
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,

+ 4 - 0
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

+ 1 - 0
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

File diff suppressed because it is too large
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


Some files were not shown because too many files changed in this diff