0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/frontend/services/themes
Naz Gargol 4529ab514c
Themes controllers code extraction (#10818)
refs #10790

- Extracted 'setFromZip' method into themes services
- Extracted 'activate' method
- Extracted 'destroy' method
- Extracted 'download' method
- The method name here tries to follow 'setFrom...` convention we've agreed upon. So, in this case, we have get() which returns JSON response and getZip() which returns a file
2019-07-01 16:56:23 +02:00
..
config
engines
activate.js Themes controllers code extraction (#10818) 2019-07-01 16:56:23 +02:00
active.js
engine.js
index.js Themes controllers code extraction (#10818) 2019-07-01 16:56:23 +02:00
list.js
loader.js
middleware.js
settings.js Themes controllers code extraction (#10818) 2019-07-01 16:56:23 +02:00
Storage.js
to-json.js
validate.js