UNPKG

ghost

Version:

The professional publishing platform

14 lines (12 loc) 272 B
module.exports = { browse(models, apiConfig, frame) { frame.response = { custom_theme_settings: models }; }, edit(models, apiConfig, frame) { frame.response = { custom_theme_settings: models }; } };