mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
24670aa555
refs https://github.com/TryGhost/Toolbox/issues/441 - I'm currently working on cleaning up our uses of `bool` and `boolean` in favor of `boolean`, and I've noticed we only handle converting numbers into booleans when the type is `bool`, so validation would otherwise fail - given these can be used interchangeably, we should also support converting the numbers into booleans when the type is `boolean` - this is going to get cleaned up again when I remove `bool` but this fixes the validation bug for now |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
package.json |