Skip to content

Commit 1abf823

Browse files
committed
Putting the warning first
1 parent 171b95e commit 1abf823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: >-
55

66
# Additional preview environments support
77

8-
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.
9-
108
{% hint style="warning" %}
119
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.
1210
The way to achieve this beyond Umbraco 14 is to create and register an extension to modify the backoffice UI preview button.
1311
{% endhint %}
1412

13+
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.
14+
1515
{% hint style="info" %}
1616
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.
1717
{% endhint %}

0 commit comments

Comments
 (0)