0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/data/schema
Kevin Ansfield 57effd9585
Added custom_theme_settings table/model (#13327)
refs https://github.com/TryGhost/Team/issues/1070

- stores values of custom theme settings
  - will be merged with full settings data parsed from themes for API output
  - will be cached and made available for lookup in themes to avoid db roundtrips
- stores type of custom theme settings so we can coerce values and know if the type has changed when syncing
- records will be synced with themes upon activation
2021-09-23 11:51:18 +01:00
..
fixtures Replaced removed Bookshelf findWhere function 2021-09-10 16:59:11 +01:00
commands.test.js Removed use of deprecated new Error() syntax 2021-07-19 21:31:31 +12:00
integrity.test.js Added custom_theme_settings table/model (#13327) 2021-09-23 11:51:18 +01:00
validator.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00