0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Kevin Ansfield 9c5eaab37f Use a custom transform to simplify navigation settings
no issue
- moves the `NavItem` object from the navigation controller to an explicit `NavigationItem` model file
- adds a custom transform `navigation-settings` that transforms the navigation settings JSON string to/from an array of `NavigationItem` objects
- simplifies the `settings/navigation` controller as it no longer has to export it's own internal model and handle serialization and deserialization

This pattern should also help simplify the apps/slack integration code if implemented there.
2016-04-26 12:32:29 +01:00
..
client Use a custom transform to simplify navigation settings 2016-04-26 12:32:29 +01:00
server deps: validator@5.1.0 2016-04-19 09:39:12 +08:00
shared move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
test deps: validator@5.1.0 2016-04-19 09:39:12 +08:00
index.js