I cannot find any documentation on drupal.org on how to use this module. Is there any? If yes, can you link to it from the project page?
There are some drush commands but the explanation isnt very clear:
The help text for the cdi1 command is:
Write back configuration to module's config/install directory.
List which configuration settings you want to export in the
module's info file by listing them under 'config_devel', as shown below:
For cde the help text is:
Write back configuration to module's config/install directory.
List which configuration settings you want to export in the
module's info file by listing them under 'config_devel', as shown below:
There is probably a mistake there.
Also there seems to be confusion about cdi vs cdi1 command ...
If there is no documentation yet, can you provide some basics?
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2726411-4.config_devel.Provide-documentation.patch | 1.61 KB | joachim |
Comments
Comment #2
batigolixComment #3
batigolixComment #4
joachim commentedThanks for reporting this!
Reclassifying this -- errors in documentation are bugs, as they prevent people from using the software.
Here's a patch.
Comment #5
batigolixI tried the patch and it fixes the help text.
Comment #7
joachim commentedThanks for reviewing!
Might I interest you in this one too? #2900936: drush command help should mention optional config too
Comment #8
batigolixIll check it