Ghost/test/unit/server
Kevin Ansfield d7ae6e0138 Added image as an allowed custom theme setting type
refs https://github.com/TryGhost/Team/issues/1107

- updated schema validation to allow `'image'` through as a known setting type now that Admin has support
- added transformation of setting values for `'image'` types because they will be URLs and should be stored with `__GHOST_URL__`
2021-10-14 18:41:54 +01:00
..
adapters Moved server unit tests into the server folder 2021-10-06 12:01:09 +01:00
data Added offer_redemptions table to database 2021-10-13 17:37:39 +02:00
lib Replaced i18n.t w/ tpl in core/server/lib/image (#13507) 2021-10-08 15:44:13 +01:00
models Added image as an allowed custom theme setting type 2021-10-14 18:41:54 +01:00
services Simplified Notification's service constructor 2021-10-11 16:04:48 +02:00
web Moved server unit tests into the server folder 2021-10-06 12:01:09 +01:00
notify.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00