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:
parent
69bd4bdd4e
commit
3023619ac9
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data: [
|
data: [
|
||||||
'id'
|
'id',
|
||||||
|
'status'
|
||||||
],
|
],
|
||||||
permissions: true,
|
permissions: true,
|
||||||
query(frame) {
|
query(frame) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue