From 7e535cc1706e14df23065e26e02c037b99f7f4f3 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 27 Nov 2023 21:38:11 +0100 Subject: [PATCH] added admin_theme module --- composer.json | 1 + composer.lock | 54 +++++++++++++++++++++++++++- config/sync/admin_theme.settings.yml | 5 +++ config/sync/core.extension.yml | 1 + 4 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 config/sync/admin_theme.settings.yml diff --git a/composer.json b/composer.json index 085f5fb..bb2a574 100644 --- a/composer.json +++ b/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", diff --git a/composer.lock b/composer.lock index e88600c..f76fb34 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": "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", diff --git a/config/sync/admin_theme.settings.yml b/config/sync/admin_theme.settings.yml new file mode 100644 index 0000000..b5eaa27 --- /dev/null +++ b/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 diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 99f599a..74db991 100644 --- a/config/sync/core.extension.yml +++ b/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