Skip to content

Commit d32d79e

Browse files
mikecpbszyman
andauthored
Apply suggestions from code review
Co-authored-by: Ben Szymanski <[email protected]>
1 parent 1abf823 commit d32d79e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

16/umbraco-cms/reference/content-delivery-api/additional-preview-environments-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ description: >-
66
# Additional preview environments support
77

88
{% hint style="warning" %}
9-
The original contents of this article, explaining how to change the backoffice UI, does not apply anymore to Umbraco 15 and above and has been removed.
9+
The original content of this article, explaining how to change the backoffice UI, does not apply anymore to Umbraco 15 and above and has been removed.
1010
The way to achieve this beyond Umbraco 14 is to create and register an extension to modify the backoffice UI preview button.
1111
{% endhint %}
1212

1313
With Umbraco, you can save and preview draft content before going live. The preview feature allows you to visualize how a page will look like 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.
1414

1515
{% hint style="info" %}
16-
To get familiar with the preview functionality in the Content Delivery API, please refer to the [Preview concept](https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api#preview) section.
16+
To get introduced to the preview functionality in the Content Delivery API, please refer to the [Preview concept](https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api#preview) section.
1717
{% endhint %}
1818

1919
{% hint style="info" %}
20-
The support for configuring additional preview environments in the Content Delivery API was introduced in version 12.3.
20+
Support for configuring additional preview environments in the Content Delivery API was introduced in version 12.3.
2121
{% endhint %}
2222

2323
{% hint style="info" %}
24-
There are plans to simplify this process. In an upcoming major version of Umbraco, a UI will be introduced, allowing you to configure these custom preview URLs directly from the backoffice.
24+
An upcoming release of Umbraco will allow users to configure custom preview URLs directly in the backoffice.
2525
{% endhint %}

0 commit comments

Comments
 (0)