feat: scheduled publish / unpublish#10203
Conversation
|
🚀 This is included in version v3.12.0 |
|
@jmikrut Thanks a lot for adding this feature. But how can I remove an upcoming event? The dialog doesn't offer a delete option yet. |
|
Thanks for adding this feature!
|
|
How does this exactly work? Does publishing in the future save a snapshot of the record, which will then be published? If I view the record afterward, I understand that I see the state that will be visible after the last set publish action. So, there's no possibility to change something "earlier." If I understand this correctly, shouldn't there be an option to delete publish and unpublish events to "remove from the stack" the changes and allow something to be changed? The mechanism of future publishing is a very complex functionality, so I would like to understand it very well. :) |
|
Any documentation about it? |
Adds a feature to allow editors to schedule publish / unpublish events in the future. Must be enabled by setting `versions.drafts.schedulePublish: true` in your Collection / Global configs. https://github.com/user-attachments/assets/ca1d7a8b-946a-4eac-b911-c2177dbe3b1c Todo: - [x] Translate new i18n keys - [x] Wire up locale-specific scheduled publish / unpublish actions
|
Hey It is not getting published. |
|
@harsh2august It is recommended to create a new issue with the full track. |
Adds a feature to allow editors to schedule publish / unpublish events in the future. Must be enabled by setting
versions.drafts.schedulePublish: truein your Collection / Global configs.Screen.Recording.2024-12-27.at.2.54.12.PM.mov
Todo: