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
Copy file name to clipboardExpand all lines: docs/_posts/2026-05-21-marketplace-app-preview-scheduled-content.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Preview scheduled content changes with SitecoreAI Marketplace App"
3
-
date: 2026-05-13 08:00:00 +0100
3
+
date: 2026-05-21 08:00:00 +0100
4
4
categories:
5
5
- Sitecore
6
6
tags:
@@ -13,7 +13,7 @@ tags:
13
13
author: shauck
14
14
---
15
15
16
-

16
+

17
17
18
18
*Relaxing while a campaign goes live — thanks to previewing scheduled content in advance, authors can confidently verify that everything will appear exactly as intended when it matters most.*
19
19
@@ -23,7 +23,7 @@ In this blog post I introduce a marketplace app I have recently been working on.
23
23
24
24
In the past, this was easily possible within the Experience Editor by changing the Preview Date and Time.
25
25
26
-

26
+

27
27
28
28
Unfortunately this functionality is no longer available in SitecoreAI Pages Editor and content authors are left to guess whether their scheduled content will display correctly.
29
29
@@ -60,7 +60,7 @@ The app can be hosted on any platform that can run Next.js apps. During implemen
60
60
61
61
When you configure the app in 'App Studio', make sure to set the Route URL to / and grant API access to 'SitecoreAI APIs'.
62
62
63
-

63
+

64
64
65
65
In order to connect the preview to your rendering host, you need to add two configurations - editing secret and rendering endpoint.
66
66
@@ -71,7 +71,7 @@ This can be done either directly in the env variables of your marketplace app wi
71
71
72
72
Or if you intend to use the app across multiple environments, a config item can be added to the settings folder of your site with values EditingSecret and RenderingEndpoint.
73
73
74
-

74
+

0 commit comments