Allow config boolean options to default to None (#55951)

* Allow plugin boolean options to default to None

* fix mistake

* changelog

* be more specific
This commit is contained in:
Sloane Hertel
2019-05-02 15:09:15 -04:00
committed by Matt Davis
parent 89d767c046
commit 47b2cb748b
2 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Allow config options that are type boolean to default to None rather than only True or False.