0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Allowed status data for email preview API

no issue
This commit is contained in:
Rish 2019-11-06 11:57:46 +07:00
parent 69bd4bdd4e
commit 3023619ac9

View file

@ -15,7 +15,8 @@ module.exports = {
} }
}, },
data: [ data: [
'id' 'id',
'status'
], ],
permissions: true, permissions: true,
query(frame) { query(frame) {