BUG
When config options are passed in as cli arguments during installation, the toBoolean hook is not executed. This can break installation in lib/mailer as you can not disable certain config options.
Expected Behaviour
Boolean config options should always be properly converted into boolean regarding of there input type.
Versions
- Authoring Tool Version: 0.5.0
- Framework Version: --
- Operating System: --
- Browser: --
BUG
When config options are passed in as cli arguments during installation, the toBoolean hook is not executed. This can break installation in
lib/maileras you can not disable certain config options.Expected Behaviour
Boolean config options should always be properly converted into boolean regarding of there input type.
Versions