mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 01:03:23 +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 |
||
---|---|---|
.. | ||
api/canary | ||
frontend | ||
server | ||
shared |