0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/test/unit/server/models
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
..
base
api-key.test.js
custom-theme-setting.test.js Added image as an allowed custom theme setting type 2021-10-14 18:41:54 +01:00
integration.test.js
invite.test.js
member.test.js
permission.test.js
post.test.js
session.test.js
settings.test.js
single-use-token.test.js
tag.test.js
user.test.js