35 lines
1.0 KiB
Markdown
35 lines
1.0 KiB
Markdown
# Configuration Update Manager
|
|
|
|
* Introduction
|
|
* Installation
|
|
* Maintainers
|
|
|
|
|
|
## Introduction
|
|
The Configuration Update Manager project consists of two modules:
|
|
|
|
Configuration Update Base: A base module providing functionality related to
|
|
updating and computing differences between configuration versions. No
|
|
user interface; used by other modules such as Features.
|
|
|
|
Configuration Update Reports (in the config_update_ui sub-directory of this
|
|
project): Adds an updates report and revert functionality to configuration
|
|
management. Depends on Configuration Update Base. For more information, see
|
|
the README file in the subdirectory.
|
|
|
|
|
|
## Installation
|
|
|
|
Install as you would normally install a contributed Drupal module. Visit:
|
|
https://www.drupal.org/documentation/install/modules-themes/modules-8
|
|
for further information.
|
|
|
|
|
|
## Maintainers
|
|
|
|
* Bálint Csuthy (Pasqualle) - https://www.drupal.org/u/pasqualle
|
|
* codebymikey - https://www.drupal.org/u/codebymikey
|
|
|
|
Created by:
|
|
* Jennifer Hodgdon (jhodgdon) - https://www.drupal.org/u/jhodgdon
|