mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed missing resource type definition
refs 3a9016639c
- this was accidentally missed from the referenced commit
This commit is contained in:
parent
3a9016639c
commit
f4f757c314
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ Post = ghostBookshelf.Model.extend({
|
|||
tableName: 'posts',
|
||||
|
||||
actionsCollectCRUD: true,
|
||||
actionsResourceType: 'post',
|
||||
actionsExtraContext: ['type'],
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue