Made email a default include on posts API in v3/canary

This commit is contained in:
Kevin Ansfield 2019-11-07 12:44:31 +07:00
parent 3b792a075a
commit 2421516aa6

View File

@ -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) {