Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Added Config ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnykt committed Mar 3, 2019
1 parent ff9e74e commit 747beb3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer-lagoon.json
Expand Up @@ -62,6 +62,7 @@
"patchLevel": {
"drupal/core": "-p2"
},
"enable-patching": true,
"installer-types": ["bower-asset", "npm-asset"],
"installer-paths": {
"web/core": [
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -32,6 +32,7 @@
"drupal/chosen": "2.6.0",
"drupal/components": "1.0.0",
"drupal/config_filter": "1.4",
"drupal/config_ignore": "2.1",
"drupal/config_split": "1.4",
"drupal/config_update": "1.6",
"drupal/consumers": "1.4",
Expand Down Expand Up @@ -129,7 +130,12 @@
"docroot/libraries/{$name}": ["type:drupal-library", "type:bower-asset", "type:npm-asset"],
"drush/contrib/{$name}": ["type:drupal-drush"]
},
"patches": {}
"enable-patching": true,
"patches": {
"drupal/config_ignore": {
"Offset error within IgnoreFilter::activeReadMultiple() - https://www.drupal.org/project/config_ignore/issues/2972302": "https://www.drupal.org/files/issues/2018-07-31/offset-error-within-2972302-13.patch"
}
}
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 8 additions & 0 deletions config/install/config_ignore.settings.yml
@@ -0,0 +1,8 @@
ignored_config_entities:
- 'clamav.settings'
- 'login_security.settings'
- 'password_policy.*'
- 'seckit.settings'
- 'system.menu.*'
- 'webform.webform.*'
- 'webform.webform_options.*'
3 changes: 3 additions & 0 deletions drupal-org.make
Expand Up @@ -15,6 +15,9 @@ projects[components][type] = module
projects[components][version] = 1.0
projects[config_filter][type] = module
projects[config_filter][version] = 1.4
projects[config_ignore][type] = module
projects[config_ignore][version] = 2.1
projects[config_ignore][patch][] = https://www.drupal.org/files/issues/2018-07-31/offset-error-within-2972302-13.patch
projects[config_split][type] = module
projects[config_split][version] = 1.4
projects[config_update][type] = module
Expand Down
1 change: 1 addition & 0 deletions govcms.info.yml
Expand Up @@ -44,6 +44,7 @@ dependencies:
- ds
- chosen
- components
- config_ignore:config_ignore
- entity_browser
- entity_embed
- features_ui
Expand Down

0 comments on commit 747beb3

Please sign in to comment.