0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/services/settings
Hannah Wolfe c5ba27e2b5
Added initial concept of calculated settings (#14766)
refs: https://github.com/TryGhost/Team/issues/626

- calculated settings are simplified settings (booleans) that are based on other settings or data
- they make it easier for us to determine what state features are in elsewhere in ghost e.g. admin and themes
- this duplicates some of the members config concepts in the settings service
2022-05-10 21:49:38 +01:00
..
index.js Renamed settings index.js to settings-service.js 2022-05-10 20:55:31 +01:00
settings-bread-service.js 🐛 Fixed GA labs flags not appearing enabled in settings API (#13681) 2021-10-22 19:59:13 +01:00
settings-service.js Added initial concept of calculated settings (#14766) 2022-05-10 21:49:38 +01:00
settings-utils.js Refactored secret settings util functions 2021-09-21 23:05:57 +12:00