backdrop / backdrop-issues

Issue tracker for Backdrop core.
144 stars 38 forks source link

Configuration Management Sychronize add check boxes to select specific settings files and button to import selected #6619

Open izmeez opened 2 weeks ago

izmeez commented 2 weeks ago

Description of the need

On the admin/config/development/configuration/sync Synchronize tab page I would like to see check boxes for each settings file to allow selecting individual items and a button to "Import selected".

Other refinements to select all and import all may emerge.

klonos commented 2 weeks ago

That's a good feature request, however, we'd also need things like configuration dependencies I believe (something that Drupal CMI has, but Backdrop doesn't). The use case that immediately comes to mind is when selecting a configuration set that depends on a module, that module will need to exist in the codebase, and either be pre-installed or be installed as part of the config import process.