Ghost/core/server/data/exporter
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
..
export-filename.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
exporter.js Replaced ghost-version.js with @tryghost/version 2021-06-16 13:16:15 +01:00
index.js Split data exporter's index file into separate module 2021-05-21 19:13:55 +04:00
table-lists.js Added custom_theme_settings table/model (#13327) 2021-09-23 11:51:18 +01:00