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: docusaurus/docs/user-docs/content-manager/previewing-content.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,18 +29,20 @@ Once the Preview feature is properly set up, an **Open preview** button is visib
29
29
}}
30
30
/>
31
31
32
-
Once the side panel for the Preview is open, you can:
32
+
Once the Preview is open, you can:
33
33
34
34
- click the close button  in the upper left corner to go back to the Edit View of the Content Manager,
35
35
- switch between previewing the draft and the published version (if [Draft & Publish](/user-docs/content-manager/saving-and-publishing-content) is enabled for the content-type),
36
-
- expand the side panel by clicking on the <Iconname="arrow-line-left"classes="ph-bold" /> button to make the Preview full screen
37
-
- use buttons at the top right of the editor to define the assignee and stage for the [Review Workflows feature](/user-docs/content-manager/reviewing-content) if enabled
38
36
- and click the link icon  in the upper right corner to copy the preview link. Depending on the preview tab you are currently viewing, this will either copy the link to the preview of the draft or the published version.
39
37
38
+
Additionally, , you can:
39
+
- with <GrowthBadge /> and <EnterpriseBadge /> plans, expand the side panel by clicking on the <Iconname="arrow-line-left"classes="ph-bold" /> button to make the Preview full screen,
40
+
- and, with the <EnterpriseBadge /> plan and use buttons at the top right of the editor to define the assignee and stage for the [Review Workflows feature](/user-docs/content-manager/reviewing-content) if enabled.
41
+
40
42
:::info
41
-
The side panel and its expand button are only available if you run the beta version of Strapi. In the stable version, the "Open Preview" button will open a full-screen preview.
43
+
Please note that the side panel for Preview is currently in beta and only accessible if you installed strapi with the beta flag, with the following command: `npx create-strapi@beta`.
42
44
:::
43
45
44
46
:::note
45
47
In the Edit view of the Content Manager, the Open preview button will be disabled if you have unsaved changes. Save your latest changes and you should be able to preview content again.
0 commit comments