0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/schema
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
..
clients
fixtures Fixed typo "in" default About page. (#13271) 2021-10-04 12:18:15 +01:00
checks.js
commands.js Replaced i18n.t w/ tpl in core/server/data (#13491) 2021-10-08 15:31:17 +01:00
default-settings.json Added email disabling flag to settings records 2021-07-29 20:30:30 +12:00
index.js Moved schema validator into the schema module 2021-06-15 11:54:34 +01:00
schema.js Added image as an allowed custom theme setting type 2021-10-14 18:41:54 +01:00
validator.js Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00