Ghost/test/regression/api/v2/admin
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
..
authentication.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
db.test.js Added custom_theme_settings table/model (#13327) 2021-09-23 11:51:18 +01:00
images.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
notifications.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
oembed.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
pages.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
posts.test.js Added email_only property in Posts Admin API v4 2021-08-05 19:44:35 +12:00
redirects.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
schedules.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
settings.test.js Added email disabling flag to settings records 2021-07-29 20:30:30 +12:00
site.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
slack.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
users.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
utils.js Refactored test utils "post" properties 2021-05-13 15:41:27 +04:00
webhooks.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00