0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/api/v2/utils
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
..
serializers Added input serialization for settings API v2 to transform "0"/"1" booleans 2019-03-11 20:07:48 +01:00
validators 🐛 Fixed 404 when trying to update codeinjection_* settings in Admin API v2 2019-03-04 22:59:13 +01:00
index.js Reverted & Solved apiType differently 2019-02-26 08:33:10 +01:00
permissions.js Added settings ctrl to v2 2018-10-12 21:13:20 +02:00