0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api/v2/utils/serializers
kirrg001 037ac4d748 Added input serialization for settings API v2 to transform "0"/"1" booleans
refs #10582

- otherwise we will forward string booleans to model layer
- causes trouble if we trigger events
- causes trouble if we want to add conditions to the model e.g. setting.get('value') ?
2019-03-11 20:07:48 +01:00
..
input Added input serialization for settings API v2 to transform "0"/"1" booleans 2019-03-11 20:07:48 +01:00
output Fixed incorrect codeinjection_* assignment 2019-03-05 11:00:16 +01:00
index.js