Skip to content

Config in profile

Tancredi D'Onofrio requested to merge feature/config_in_profile into master

This merge changes the way config is handled. Config in Drupal 8.6 can be in an install profile and is then installed to set up a site with that config. This simplifies maintaining and managing the base install as most core config is now in ac_base profile rather than scattered through multiple feature modules.

Merge request reports