Skip to content

Commit b4f02c6

Browse files
committed
Update live preview troubleshooting docs to include Structure
1 parent 995e282 commit b4f02c6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/control-panel/create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ Saves the entry and returns the [Entry Manager](control-panel/entry-manager.md)
192192

193193
### Preview
194194

195-
A live preview of the entry is available if the relavant Channel's [Preview URL](control-panel/channels.md#settings-tab) is set **or** the [Pages Module](add-ons/pages.md) is installed and a Page URI and template have been set.
195+
A live preview of the entry is available if the relevant channel's [Preview URL](control-panel/channels.md#settings-tab) is set **or** the [Pages Module](add-ons/pages.md) or [Structure](add-ons/structure/overview.md) is installed and configured with a URI and template.
196196

197197
If neither is set, the preview button will have an exclamation mark (!) and will link to channel preferences page where Preview URL can be set.
198198

199-
The preview will open a split screen that allows a live preview of edits. The template used to display the preview is based on the Page fields if set and the channel preview URL otherwise.
199+
The preview will open a split screen that allows a live preview of edits. The template used to display the preview is based on configured Pages/Structure fields if set and the channel preview URL otherwise.
200200

201201
When the preview is triggered, it is being displayed side-by-side with edit screen. The size of preview container can be adjusted with mouse dragging its border. The preview is dynamically being updated as you change the fields.
202202

docs/installation/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If you are hosted on an Apache server, the `AcceptPathInfo` option needs to be e
117117
- Ask your web host or server admin to enable the option
118118
- Set your site's URLs to use [query strings](general/url-structure.md#query-strings)
119119

120-
If on an Apache server and [Live Preview](control-panel/create.md#preview) shows an error message 'HTTP Authorization Header Missing', you will need to add this line of code to your your [.htaccess file](installation/best-practices.md#1-create-an-htaccess-file)
120+
If on an Apache server and [Live Preview](control-panel/create.md#preview) shows an error message 'HTTP Authorization Header Missing', you will need to add this line of code to your [.htaccess file](installation/best-practices.md#1-create-an-htaccess-file)
121121

122122
```php
123123
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

docs/troubleshooting/error-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ExpressionEngine returns the following error message when attempting to use [Liv
5151

5252
### Troubleshooting
5353

54-
The Authorization header is stripped by some Apache servers, causing an error rendering the Live Preview. This behavior may be overriden in your [.htaccess file](installation/best-practices.md#1-create-an-htaccess-file) by adding the following line:
54+
The Authorization header is stripped by some Apache servers, causing an error rendering the Live Preview. This behavior may be overridden in your [.htaccess file](installation/best-practices.md#1-create-an-htaccess-file) by adding the following line:
5555

5656
```php
5757
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1

0 commit comments

Comments
 (0)