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

Stripped virtual field from Admin API v2: "url"

refs #10438
This commit is contained in:
kirrg001 2019-02-23 22:31:23 +01:00
parent 0430dc374f
commit 4fb783d4a3
3 changed files with 9 additions and 0 deletions

View file

@ -132,6 +132,9 @@
},
"published_by": {
"strip": true
},
"url": {
"strip": true
}
}
},

View file

@ -132,6 +132,9 @@
},
"published_by": {
"strip": true
},
"url": {
"strip": true
}
}
},

View file

@ -60,6 +60,9 @@
},
"updated_by": {
"strip": true
},
"url": {
"strip": true
}
}
}