Skip to content

Commit 1bf0e59

Browse files
authored
Merge pull request #657 from ExpressionEngine/feature/7.x/skip-url-title-generation
Added per-channel setting to enforce automatic URL titles for entries
2 parents 594659d + 041426d commit 1bf0e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/control-panel/channels.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ NOTE: **Note:** We recommend using the default base URL variable `{base_url}` de
9595
- **Allow Preview** -- When set to yes, the entry preview will be allowed, don't forget to set the Preview URL too.
9696
- **Generated title** -- When a new entry is created or previewed, this value will be inserted by default in the Title field. This is helpful if you wish every entry in a channel to have the titles follow a certain format. The automatic URL Title creating javascript for the Publish page will ignore this text during processing.
9797
- **URL title prefix** -- When a new entry is created or previewed, this value will be appended to the beginning of the url_title value, which will help you insure that url_titles are unique between channels.
98+
- **Enforce automatic URL title** -- Make the URL title field read-only and generate a unique value for it automatically. This is useful for entries that don't have their own page on front-end or if you just want to skip the routine of generating a URL Title. Note that when this setting is turned on, you will also not be able to change URL Titles for existin entries in the channel.
9899
- **Status** -- The default status for new channel entries. The available options depend on what [Statuses](#statuses-tab) the channel is assigned to use.
99100
- **Category** -- The default category for new channel entries. The available options depend on what [Category Group](control-panel/categories.md) the channel is assigned to use and which categories are defined for that group.
100101
- **Search excerpt** -- You can specify which field from your entries to use in search result excerpts. The list is dynamically populated depending on which [Fields](control-panel/field-manager/field-manager-settings.md) the channel is assigned to use. Only fields that have been set as "searchable" will be included.

0 commit comments

Comments
 (0)