Profile Manager
Profile Manager helps manage custom user profile setups by allowing profile creators to define optional modules that site administrators can enable. This module simplifies configuration management, facilitates updates, and provides tools to prevent issues during deployments. It also offers an API for creating custom administration toolbars specific to the profile.
Profile Manager is a helper module for managing custom profile user experiences. It aims to ease the efforts of profile maintainers.
We often run into the same problems after creating a profile that will be used on many sites. The biggest is that some sites may need functionality that others don't. Profile Manager addresses this issue by introducing the idea of Optional Modules.
Profile Manager provides Optional Modules by:
- Making it easy for developers to define and configure Optional Modules.
- Users can be given permission to enable Optional Modules for their site.
- Manages Optional Module config.
- Facilitates Optional Module config updates by importing the updated module config changes from the
$module/config/installdirectory instead of what is in the sites current$profile/config/syncdirectory. - Introduces Config Partials where Optional Modules include a part of config, like permissions being added to a specific role, that get installed along with the Optional Module.
- Provides tooling that orchestrates better deployments to prevent optional modules and their configuration from being uninstalled during a deployment.
- Provides an API for building out a custom administration toolbar (Like core's "Manage" drop down, but customized specific to the profile and separate from "Manage").