module update, added translation_selection views module, fixed (patch) views_ef_fieldset, improved admin_nodes view

This commit is contained in:
2019-02-05 14:19:29 +01:00
parent 2ed361dd35
commit 72c16f90cf
6 changed files with 439 additions and 291 deletions

View File

@@ -26,6 +26,7 @@
"drupal/core": "^8.6.0",
"drupal/migrate_plus": "4.x-dev",
"drupal/migrate_tools": "4.x-dev",
"drupal/select_translation": "1.x-dev",
"drupal/telephone_formatter": "^1.0@beta",
"drupal/telephone_validation": "^2.1",
"drush/drush": "^9.0.0",
@@ -87,6 +88,11 @@
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/{$name}": ["type:drupal-drush"]
},
"patches": {
"drupal/views_ef_fieldset": {
"Undefined index: filter-status": "https://www.drupal.org/files/issues/2019-02-05/undefined_index.patch"
}
},
"drupal-scaffold": {
"initial": {
".editorconfig": "../.editorconfig",