feat: storage modes + git improvements
This commit is contained in:
@@ -224,7 +224,9 @@ module.exports = class Page extends Model {
|
||||
'pages.*',
|
||||
{
|
||||
authorName: 'author.name',
|
||||
creatorName: 'creator.name'
|
||||
authorEmail: 'author.email',
|
||||
creatorName: 'creator.name',
|
||||
creatorEmail: 'creator.email'
|
||||
}
|
||||
])
|
||||
.joinRelation('author')
|
||||
|
Reference in New Issue
Block a user