mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
06262ecf33
refs @TryGhost/Team#3076 - added `save_revision` option to edit post endpoint - this change covers the following cases: 1. we will not save a `post_revision` on every background autosave that occurs after 3 seconds of inactivity in the editor 2. we will save a `post_revision` when the user hits `cmd+s` in the editor to explicitly save 3. we will save a `post_revision` when the user navigates away from the editor (e.g. by clicking the 'Posts' breadcrumb in the editor) 4. we will save a `post_revision` when the user publishes a post 5. we will save a `post_revision` when a user updates an already published post |
||
---|---|---|
.. | ||
api-key.js | ||
application.js | ||
base.js | ||
custom-theme-setting-list.js | ||
email.js | ||
embedded-relation-adapter.js | ||
label.js | ||
member.js | ||
mention.js | ||
newsletter.js | ||
offer.js | ||
page.js | ||
post.js | ||
setting.js | ||
snippet.js | ||
tag.js | ||
theme.js | ||
tier.js | ||
user.js |