0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00
ghost/core
Rish 4ccfca8c00 Added migration to add types for settings
refs https://github.com/TryGhost/Ghost/issues/10318

- Updates the type field for a setting to specify its type explicitly
- Type can be one of (string, number, boolean, array)
- `object` is allowed a temp type till all the object settings are removed
- existing `type` value for setting was misleading and referring to `group`
- we moved the current `type` value for a setting to `group` here - 4a9e57c170
2020-06-29 15:05:38 +00:00
..
client@b074d980a5 Updated Ghost-Admin to v3.21.1 2020-06-29 13:25:33 +01:00
frontend Cleaned up members & stripe settings (#11957) 2020-06-29 16:22:42 +02:00
server Added migration to add types for settings 2020-06-29 15:05:38 +00:00
shared Added mobiledoc transform to populate missing image sizes on forced re-render (#11924) 2020-06-17 13:12:32 +01:00
index.js Refactor common pattern in service files 2020-04-30 20:48:42 +01:00