fix(docs-configuration): include scheme in display_url
This commit is contained in:
parent
f2f79c82dc
commit
964d6975df
@ -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`.
|
||||
|
||||
@ -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.\
|
||||
@ -456,4 +455,4 @@ Defaults to an empty list.
|
||||
pattern: \d{4}
|
||||
- label: Drafts
|
||||
field: draft
|
||||
```
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user