You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible for Editors to compose "drafts" - in this context, a draft is an entry that is saved to file, but is not yet visible to readers. Though all Editors can see them, and they're marked by a label.
In the post Actions dropdown there needs to be another button which either says "Publish" or "Unpublish", depending on whether or not the post is a draft.
In the editor there also needs to be a secondary button "Safe as draft"
The information on whether or not a post is a draft is saved in its metadata as a boolean, though if a post does not have that tag it is assumed to be public in order for the system to still work with previously created posts.
The text was updated successfully, but these errors were encountered:
It should be possible for Editors to compose "drafts" - in this context, a draft is an entry that is saved to file, but is not yet visible to readers. Though all Editors can see them, and they're marked by a label.
In the post Actions dropdown there needs to be another button which either says "Publish" or "Unpublish", depending on whether or not the post is a draft.
In the editor there also needs to be a secondary button "Safe as draft"
The information on whether or not a post is a draft is saved in its metadata as a boolean, though if a post does not have that tag it is assumed to be public in order for the system to still work with previously created posts.
The text was updated successfully, but these errors were encountered: