mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03:00
Made email
a default include on posts API in v3/canary
This commit is contained in:
parent
3b792a075a
commit
2421516aa6
@ -37,7 +37,7 @@ function defaultRelations(frame) {
|
||||
return false;
|
||||
}
|
||||
|
||||
frame.options.withRelated = ['tags', 'authors', 'authors.roles'];
|
||||
frame.options.withRelated = ['tags', 'authors', 'authors.roles', 'email'];
|
||||
}
|
||||
|
||||
function setDefaultOrder(frame) {
|
||||
|
Loading…
Reference in New Issue
Block a user