You are here

README.txt in Configuration Rewrite 8

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Testing
 * Maintainers


INTRODUCTION
------------

The Configuration Rewrite module rewrites existing configuration on module installation via using a "rewrite" folder
in the config directory. Stops with an error, if you are going to rewrite config without having the original config
in your database.

This can be handy, if you like to overwrite existing configuration (like admin user email address) without the need to
use install or update hooks. You can just place your configuration YAML files into the config/rewrite directory in your
module folder. Afterwards the existing configuration will be rewritten on module installation.

 * For a full description of the module visit:
   https://www.drupal.org/project/config_rewrite

 * To submit bug reports and feature suggestions, or to track changes visit:
   https://www.drupal.org/project/config_rewrite


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.

INSTALLATION
------------

 * Install the Permissions by Term module as you would normally install a
   contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
   further information.

TESTING
-------

This module contains Drupal Kernel Base Tests, which are based on PHPUnit. You can find them in the tests folder.

MAINTAINERS
-----------

 * Brant Wynn - https://www.drupal.org/u/brantwynn

Supporting organiztion:

 * Acquia, Inc - https://www.drupal.org/acquia

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Testing
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. The Configuration Rewrite module rewrites existing configuration on module installation via using a "rewrite" folder
  11. in the config directory. Stops with an error, if you are going to rewrite config without having the original config
  12. in your database.
  13. This can be handy, if you like to overwrite existing configuration (like admin user email address) without the need to
  14. use install or update hooks. You can just place your configuration YAML files into the config/rewrite directory in your
  15. module folder. Afterwards the existing configuration will be rewritten on module installation.
  16. * For a full description of the module visit:
  17. https://www.drupal.org/project/config_rewrite
  18. * To submit bug reports and feature suggestions, or to track changes visit:
  19. https://www.drupal.org/project/config_rewrite
  20. REQUIREMENTS
  21. ------------
  22. This module requires no modules outside of Drupal core.
  23. INSTALLATION
  24. ------------
  25. * Install the Permissions by Term module as you would normally install a
  26. contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
  27. further information.
  28. TESTING
  29. -------
  30. This module contains Drupal Kernel Base Tests, which are based on PHPUnit. You can find them in the tests folder.
  31. MAINTAINERS
  32. -----------
  33. * Brant Wynn - https://www.drupal.org/u/brantwynn
  34. Supporting organiztion:
  35. * Acquia, Inc - https://www.drupal.org/acquia