-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schedule Drafts to Publish Over Current Page #864
Comments
#1 request from my team |
In addition to this, I have a real-world scenario where authors want to be able to schedule updates to single entries like the homepage. To mock this i've created channels to break the homepage up into publish-able entries but in our use case we need to also set publish dates per locale. Slugs and status can be unique per locale but when modifying the publish-date it is currently global across locales of that entry. |
Extremely useful IMO. |
Will this feature be available in Craft 3? |
Is there a timetable of when this feature will be added to Craft 3? |
@nmann4789 I was hoping to get something like this into 3.2 but ran out of time. Just added it to the |
That's great news! Any idea on a timetable for 3.3? |
Not yet, 3.2 is just in beta right now. |
Similar FR here: #2116 |
Our client is asking for this now so I am excited to see it coming in 3.3. |
Queue jobs currently accept a "delay", which is a little awkward for a scheduled DateTime like a publish date. Implementing something like: yiisoft/yii2-queue#111 seems like it would make sense. With that in place, we could fire a "publish" event that would allow other integrations to perform necessary tasks (e.g. clear static caches). |
Going to close this in favor of #2116. |
With Craft there are a few ways you could setup some tricky templates/fields or matrix blocks that I can think of to accomplish scheduling content. However, I believe the easiest way would be to allow an entry to be republished with a different draft at a user specified post date. Here is a usage case scenario.
Site is for a theoretical contest.
This is a very simple example. But being able to schedule drafts to overtake current entries would be a powerfully awesome feature.
The text was updated successfully, but these errors were encountered: