Hi Greg,
I have defined a switch for my event.json.
"app/events/event_detail": {
"mockFile": "events/event.json",
"verbs": ["get"],
"switch": "event_id"
},
My case:
If I call…
Code: https://github.com/TryGhost/Ghost/tree/master/core/client
The following is an outline of the admin UI as it stands, and all the pieces that need to be rebuilt in Ember.js
#### Build tools:
- [x…