Bladeren bron

added admin_theme module

bach 1 jaar geleden
bovenliggende
commit
7e535cc170
4 gewijzigde bestanden met toevoegingen van 60 en 1 verwijderingen
  1. 1 0
      composer.json
  2. 53 1
      composer.lock
  3. 5 0
      config/sync/admin_theme.settings.yml
  4. 1 0
      config/sync/core.extension.yml

+ 1 - 0
composer.json

@@ -17,6 +17,7 @@
     "require": {
         "composer/installers": "^2.0",
         "drupal/address": "^1.12",
+        "drupal/admin_theme": "^1.0",
         "drupal/advanced_email_validation": "^1.1",
         "drupal/amswap": "^3.2",
         "drupal/config_pages": "^2.15",

+ 53 - 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": "a73571264700d8d0446c0181bfc79ec9",
+    "content-hash": "8dd85541d0eea2cd07774ac179e85e89",
     "packages": [
         {
             "name": "asm89/stack-cors",
@@ -1710,6 +1710,58 @@
                 "source": "https://git.drupalcode.org/project/address"
             }
         },
+        {
+            "name": "drupal/admin_theme",
+            "version": "1.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://git.drupalcode.org/project/admin_theme.git",
+                "reference": "8.x-1.0"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://ftp.drupal.org/files/projects/admin_theme-8.x-1.0.zip",
+                "reference": "8.x-1.0",
+                "shasum": "5dafd7457840963609502567d60f7fdf0b3e81c3"
+            },
+            "require": {
+                "drupal/core": "^8.8 || ^9 || ^10",
+                "php": ">=5.5.9"
+            },
+            "type": "drupal-module",
+            "extra": {
+                "drupal": {
+                    "version": "8.x-1.0",
+                    "datestamp": "1681407048",
+                    "security-coverage": {
+                        "status": "covered",
+                        "message": "Covered by Drupal's security advisory policy"
+                    }
+                }
+            },
+            "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.4.2",

+ 5 - 0
config/sync/admin_theme.settings.yml

@@ -0,0 +1,5 @@
+_core:
+  default_config_hash: djrGnpQFw2Jm0GjIQ-o28-09ZKtCusE5k0VNddWmOKE
+langcode: fr
+paths: "/dummy-path-needed-until-core-issue-2930364-is-fixed\r\n/user/*/notify"
+exclude_paths: /dummy-path-needed-until-core-issue-2930364-is-fixed

+ 1 - 0
config/sync/core.extension.yml

@@ -5,6 +5,7 @@ module:
   action: 0
   actions_permissions: 0
   address: 0
+  admin_theme: 0
   admin_toolbar: 0
   admin_toolbar_links_access_filter: 0
   advanced_email_validation: 0