diff options
author | Dave Long <dave@longwaveconsulting.com> | 2024-12-09 10:53:08 +0000 |
---|---|---|
committer | Dave Long <dave@longwaveconsulting.com> | 2024-12-09 10:53:08 +0000 |
commit | f8090e615cad9386b219e2637378c36427d9617d (patch) | |
tree | 7bf6ce47e21f0b397028f99951c7e464c8b949f3 /core/modules/contextual/contextual.info.yml | |
parent | 69dc12e1babbacb611836060f1a4576b0731f11c (diff) | |
download | drupal-f8090e615cad9386b219e2637378c36427d9617d.tar.gz drupal-f8090e615cad9386b219e2637378c36427d9617d.zip |
Issue #3416522 by catch, alexpott, longwave, phenaproxima, nicxvan, wim leers, smustgrave, larowlan, berdir, godotislate, dww: Add the ability to install multiple modules and only do a single container rebuild to ModuleInstaller
Diffstat (limited to 'core/modules/contextual/contextual.info.yml')
-rw-r--r-- | core/modules/contextual/contextual.info.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/contextual/contextual.info.yml b/core/modules/contextual/contextual.info.yml index 47888b231a3..c3849150dfb 100644 --- a/core/modules/contextual/contextual.info.yml +++ b/core/modules/contextual/contextual.info.yml @@ -3,3 +3,4 @@ type: module description: 'Provides contextual links to directly access tasks related to page elements.' package: Core version: VERSION +container_rebuild_required: false |