Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config_patch
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
config_patch
Merge requests
!2
Issue
#3342294
: Clean up documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3342294
: Clean up documentation
issue/config_patch-3342294:3342294-clean-up-documentation
into
3.0.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
jay jangid
requested to merge
issue/config_patch-3342294:3342294-clean-up-documentation
into
3.0.x
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
3.0.x
version 1
df4a5cf2
2 years ago
3.0.x (base)
and
latest version
latest version
d183c887
1 commit,
1 year ago
version 1
df4a5cf2
1 commit,
2 years ago
1 file
+
32
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
32
−
11
Options
# CONFIG PATCH
## INTRODUCTION
# Config Patch
This module provides a framework for providing patch files for config (the
differences between active configuration and sync configuration). For a site
@@ -19,26 +17,49 @@ config synchronization pages listing config that is out of sync and providing a
button to output the patch in various forms. It also adds a button to the admin
toolbar that shows the number of configuration items that are out of sync.
Available output plugins:
**
Available output plugins:
**
-
Text: provides text output of a unified diff patch
-
[
Gitlab
](
https://drupal.org/project/config_patch_gitlab
)
: provides submission
to Gitlab repositories using MR-by-email functionality.
Similar modules:
**
Similar modules:
**
-
[
Config Partial Export
](
https://www.drupal.org/project/config_partial_export
)
:
export a tarball of config ymls that differ between sync and active
## REQUIREMENTS
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/config_patch
)
.
Submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/config_patch
)
.
## Table of contents
-
Requirements
-
Installation
-
Configuration
-
Maintainers
## Requirements
This module requires no modules outside of Drupal core.
## INSTALLATION
Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/node/1897420 for further information.
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
## Configuration
1.
Configure this module at
`/admin/config/development/config_patch`
##
CONFIGURATION
##
Maintainers
Configure this module at /admin/config/development/config_patch
-
Andy Hebrank -
[
ahebrank
](
https://www.drupal.org/u/ahebrank
)
Loading