Skip to content

Commit

Permalink
fix(docs-configuration): include scheme in display_url
Browse files Browse the repository at this point in the history
  • Loading branch information
adpadillar authored Mar 14, 2022
1 parent d2a82d6 commit 8c5cf93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/docs/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ site_url: https://your-site.com

## Display URL

When the `display_url` setting is specified, the CMS UI will include a link in the fixed area at the top of the page, allowing content authors to easily return to your main site. The text of the link consists of the URL without the protocol portion (e.g., `your-site.com`).
When the `display_url` setting is specified, the CMS UI will include a link in the fixed area at the top of the page, allowing content authors to easily return to your main site. The text of the link consists of the URL with the protocol portion (e.g., `https://your-site.com`).

Defaults to `site_url`.

Expand Down Expand Up @@ -172,7 +172,6 @@ Defaults to `true`
search: false
```


## Slug Type

The `slug` option allows you to change how filenames for entries are created and sanitized. It also applies to filenames of media inserted via the default media library.\
Expand Down Expand Up @@ -456,4 +455,4 @@ Defaults to an empty list.
pattern: \d{4}
- label: Drafts
field: draft
```
```

0 comments on commit 8c5cf93

Please sign in to comment.