diff --git a/composer.json b/composer.json index 5d81e21..01d9efb 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "require": { "composer/installers": "^2.0", "drupal/cer": "^5.0@beta", + "drupal/config_ignore": "^3.3", "drupal/core-composer-scaffold": "^10.4", "drupal/core-project-message": "^10.4", "drupal/core-recommended": "^10.4", diff --git a/composer.lock b/composer.lock index 70ee9ba..42ce1d5 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": "22d13c8520e4cf5ccfd938823e0ca9b7", + "content-hash": "262ce40a93ec66896b34a5e1196ff80b", "packages": [ { "name": "asm89/stack-cors", @@ -2612,6 +2612,10 @@ "homepage": "https://www.drupal.org/u/bircher", "role": "Maintainer" }, + { + "name": "nord102", + "homepage": "https://www.drupal.org/user/3471419" + }, { "name": "tlyngej", "homepage": "https://www.drupal.org/user/413139" diff --git a/config/sync/config_ignore.settings.yml b/config/sync/config_ignore.settings.yml index 499a4b7..23fcbd7 100644 --- a/config/sync/config_ignore.settings.yml +++ b/config/sync/config_ignore.settings.yml @@ -2,4 +2,5 @@ _core: default_config_hash: LzdDtE3Im_Ysio7g1Eo8ymSMq0mgSQMPzv0khsr_J64 langcode: fr mode: simple -ignored_config_entities: { } +ignored_config_entities: + - shield.settings.yml