0
Fork 0
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:
Daniel Lockyer 2022-08-23 16:49:11 +02:00
parent 3a9016639c
commit f4f757c314
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -39,6 +39,7 @@ Post = ghostBookshelf.Model.extend({
tableName: 'posts',
actionsCollectCRUD: true,
actionsResourceType: 'post',
actionsExtraContext: ['type'],
/**