mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Made email
a default include on posts API in v3/canary
This commit is contained in:
parent
3b792a075a
commit
2421516aa6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue