File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,17 @@ public function configExport() {
67
67
self ::printFile (DRUSH_BASE_PATH . '/docs/config-exporting.md ' );
68
68
}
69
69
70
+ /**
71
+ * Drupal configuration filter instructions for changing yml files during import/export.
72
+ *
73
+ * @command docs-config-filter
74
+ * @hidden
75
+ * @topic
76
+ */
77
+ public function configFilter () {
78
+ self ::printFile (DRUSH_BASE_PATH . '/docs/config-filter.md ' );
79
+ }
80
+
70
81
/**
71
82
* Site aliases overview on creating your own aliases for commonly used Drupal sites with examples from example.aliases.drushrc.php.
72
83
*
Original file line number Diff line number Diff line change 22
22
- Bootstrap : bootstrap.md
23
23
- Context system : context.md
24
24
- Filtering Drupal configuration : config-filter.md
25
- theme : readthedocs
26
- site_author : " "
27
- repo_url : https://github.com/drush-ops/drush
28
- include_search : true
29
25
# use_directory_urls: false
You can’t perform that action at this time.
0 commit comments