Module Description
This module implements a config_filter (as config_split and config_ignore does) to help installation profile developers to update the profile quickly.

Installation composer require drupal/config_profile:^1.0

Configuration Go to Administration > Configuration > Development > Synchronize > Profile and set the profile in which you would like to export the active configuration on every drush config-export execution. Optionally, you can specify a set of config entities that you don't want to be exported to the installation profile.

Usage drush config-export This module searches recursively in the installation profile, and overrides the existing configuration files in the place where they are. This means that if you have several modules inside your profile, drush config-export will override the module's configuration entities in the right places. For example:


* profiles/my_profile/config/install
* profiles/my_profile/config/optional
* profiles/my_profile/modules/my_module/config/install

Notes
* The operation of this module happens as a side effect. That is, when `drush config-export` runs, it still exports configuration to the configured configuration directory in your site's settings, the main one. But it will *also* export configuration to the configured profile's configuration directory. As such, you don't need to set your site's configuration directory to that of the profile.
* It only exports things that have changed based on the main configuration store that your site has configured. So if you're not seeing the changes you're expecting, empty the main directory before running the command. Otherwise, you may get an incomplete set of changes exported to the `config_profile` directory.
* UUIDs are removed in the exported profile configuration so that the configuration can be imported anywhere.

Warning! Use with caution. Always review the location of your config entities before you commit. Placing config entities in the wrong directory (e.g. `config/install`, `config/optional`, etc.) can break your installation profile.

Project Usage
115
Creation Date
Changed Date
Security Covered
Not Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to help installation profile developers quickly update the profile by implementing a config_filter similar to config_split and config_ignore.
Data Name
config_profile

OPENAI CHATBOT

OPENAI CHATBOT

12:33:02
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.