This project is not covered by Drupal’s security advisory policy.

The Config Owner module provides the ability for modules to control the configuration they ship with. That means preventing sites that use it from exporting/importing changes to these configurations.

The module works by exposing a YML based plugin type called Owned Config. Any module that wants to "own" some configuration, needs to do two things:

  • Export the configuration they want to own (see the Drush commands).
  • Create an owned_config plugin that references these configs and/or keys inside them for granularity (these plugins go inside a file named module_name.owned_config.yml).

Dependencies:

The module is maintained on Github: https://github.com/openeuropa/config_owner.

For more information on how to use it, consult the more extensive README inside the module.

Contributions are welcome in the form of PRs in Github.

Project information

  • caution Seeking new maintainer
    The current maintainers are looking for new people to take ownership.
  • Module categories: Import and Export, Developer Tools
  • Created by Upchuk on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases