mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Merge pull request #3957 from halfdan/3956-we-dont-like-html
Don't send HTML on post save.
This commit is contained in:
commit
f7b85524d8
@ -54,6 +54,8 @@ var PostSerializer = ApplicationSerializer.extend(DS.EmbeddedRecordsMixin, {
|
||||
|
||||
// Don't ever pass uuid's
|
||||
delete data.uuid;
|
||||
// Don't send HTML
|
||||
delete data.html;
|
||||
|
||||
hash[root] = [data];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user