From 6babb5ed23d5e138cdf83f8fe5e7bf861133187a Mon Sep 17 00:00:00 2001 From: sofietoft Date: Fri, 13 Dec 2024 10:20:35 +0100 Subject: [PATCH 1/3] Add warning to outdated article --- .../additional-preview-environments-support.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/15/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md b/15/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md index e381ee1933d..ef084ce7800 100644 --- a/15/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md +++ b/15/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md @@ -5,6 +5,10 @@ description: >- # Additional preview environments support +{% hint style="warning" %} +The contents of this article has not yet been verified and updated for Umbraco 15. +{% endhint %} + With Umbraco, you can save and preview draft content before going live. The preview feature allows you to visualize how a page will look once it is published, directly from within the backoffice. This is also possible for the Content Delivery API data. You can extend the preview functionality in the backoffice by configuring external preview URLs for client libraries consuming the Content Delivery API. {% hint style="info" %} From c121153891afa483fa21d3a233633756bc890df5 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Fri, 13 Dec 2024 10:22:27 +0100 Subject: [PATCH 2/3] Add to 14 --- .../additional-preview-environments-support.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/14/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md b/14/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md index d4ab2385c8d..a11e7db034f 100644 --- a/14/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md +++ b/14/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md @@ -5,6 +5,10 @@ description: >- # Additional preview environments support +{% hint style="warning" %} +The contents of this article has not yet been verified and updated for Umbraco 15. +{% endhint %} + With Umbraco, you can save and preview draft content before going live. The preview feature allows you to visualize how a page will look once it is published, directly from within the backoffice. This is also possible for the Content Delivery API data. You can extend the preview functionality in the backoffice by configuring external preview URLs for client libraries consuming the Content Delivery API. {% hint style="info" %} From 084978cca7b5e840af6ef14abf3902f79fcf9cbc Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 16 Dec 2024 10:22:20 +0100 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> --- .../additional-preview-environments-support.md | 2 +- .../additional-preview-environments-support.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/14/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md b/14/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md index a11e7db034f..f363dc120fc 100644 --- a/14/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md +++ b/14/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md @@ -6,7 +6,7 @@ description: >- # Additional preview environments support {% hint style="warning" %} -The contents of this article has not yet been verified and updated for Umbraco 15. +The contents of this article have not yet been verified or updated for Umbraco 14. {% endhint %} With Umbraco, you can save and preview draft content before going live. The preview feature allows you to visualize how a page will look once it is published, directly from within the backoffice. This is also possible for the Content Delivery API data. You can extend the preview functionality in the backoffice by configuring external preview URLs for client libraries consuming the Content Delivery API. diff --git a/15/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md b/15/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md index ef084ce7800..72363a78aa3 100644 --- a/15/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md +++ b/15/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md @@ -6,7 +6,7 @@ description: >- # Additional preview environments support {% hint style="warning" %} -The contents of this article has not yet been verified and updated for Umbraco 15. +The contents of this article have not yet been verified or updated for Umbraco 15. {% endhint %} With Umbraco, you can save and preview draft content before going live. The preview feature allows you to visualize how a page will look once it is published, directly from within the backoffice. This is also possible for the Content Delivery API data. You can extend the preview functionality in the backoffice by configuring external preview URLs for client libraries consuming the Content Delivery API.