From f17d9a6200cd1a24968a5269ea6724e5deb8bc36 Mon Sep 17 00:00:00 2001 From: Travis 'Nep' Smith Date: Tue, 15 Jul 2025 05:11:29 -0500 Subject: [PATCH 1/3] Update create.md Small tweaks to the field details. --- docs/control-panel/create.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/control-panel/create.md b/docs/control-panel/create.md index 4f0c4e2b5..38f5d8e6f 100755 --- a/docs/control-panel/create.md +++ b/docs/control-panel/create.md @@ -29,21 +29,25 @@ TIP: **Tip:** For those times where 'Title' isn't really the appropriate title, ### URL Title -Here you can define a "human readable" URL title for your entry. URL titles may only contain alpha-numeric characters and no spaces. The purpose of a URL Title is to enable your entries to be accessed using a URL such as: +Here you can define a "human readable" URL title for your entry. URL titles may only contain alpha-numeric characters, dashes and underscores; no spaces or unicode characters. The purpose of a URL Title is to enable your entries to be accessed using a URL such as: https://example.com/channel/comments/joes_first_entry/ -If you do not specify a "URL Title" one will automatically be created for you based upon your entry Title. URL Titles must be unique within a channel, so if an entry with the same title already exists then the URL Title will have a number appended to the end to make it unique. +If you do not specify a "URL Title," one will automatically be created for you based upon your entry Title. URL Titles must be unique within a channel, so if an entry with the same title already exists in that channel, then the URL Title will have a number appended to the end to make it unique. -NOTE: **Note:** If you let the system create your URL Title for you it will convert spaces into underscores by default. For example, if the title of your entry is "Joe's First Entry" it will be converted to "joes_first_entry". If you prefer dashes to be used instead of underscores you can change it with the **Word Separator for URL Titles** preference under `Admin --> Channel Administration --> Global Channel Preferences`. +NOTE: **Note:** If you let the system create your URL Title for you, it will convert spaces into underscores by default. For example, if the title of your entry is "Joe's First Entry", it will be converted to "joes_first_entry". If you prefer dashes to be used instead of underscores, you can change this with the **Word Separator for URL Titles** preference under `Admin --> Channel Administration --> Global Channel Preferences`. ### Entry Fields The names and types of entry custom fields displayed will be determined by what [Fields](/fieldtypes/overview.md) you have defined for this channel. -If an entry field is set to be "hidden" by default, it will have to be expanded by clicking on the field name before content can be entered. +If an entry field is set to "Hide field?" in the field settings, it will display as collapsed by default and will have to be expanded by clicking on the field name before content can be entered. This is overridden by the custom Publish Layout setting for that field. -The fields can be [conditionally hidden](control-panel/field-manager/conditional-fields.md). +If an entry field is set to "Collapse" in a Publish Layout, it will initially display collapsed and will have to be expanded by clicking on the field name before content can be entered. + +If an entry field is set to "Hide" in a Publish Layout, it will not display at all, though its content will be preserved and unchanged if someone edits the entry. If the field is set to required, it cannot be hidden via a Publish Layout setting. + +Fields can be [conditionally hidden](control-panel/field-manager/conditional-fields.md). In order for the field to be available when publishing or editing an entry, it needs to be assigned to the channel the entry is in. @@ -51,7 +55,7 @@ This can be done in two ways: - assign custom field to a [Field Group](/control-panel/field-manager/field-manager-settings.md#createedit-field-group) which is associated to the Channel - assign field directly to channel by editing [Channel preferences](control-panel/channels.md#fields-tab) -When working with [templates](templates/overview.md) you will be referencing the field by its short name or tag pair. For convenience the short name can be displayed next to the field's name in the publish form (field short name) and the variable(s) required to display the content will be copied to the clipboard when clicked. Displaying the short name can be toggled on or off in the [Role](control-panel/member-manager.md) settings. +TIP: **Tip:** When working with [templates](templates/overview.md) you will be referencing the field by its short name or tag pair. For convenience, the Publish form has a handy way to display the field short name in a click-to-copy format: (field short name). This is enabled at the role level and controlled with the ["Show field names on Publish" setting](control-panel/member-manager.md#role-tab). NOTE: Due to security restrictions in modern browsers quick copying code via the shortname is only supported when on HTTPS. From e2fe9ca8bc36cc825e1da76b961522cd93be6495 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Wed, 6 Aug 2025 13:16:03 -0400 Subject: [PATCH 2/3] Update create.md small tweak --- docs/control-panel/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/control-panel/create.md b/docs/control-panel/create.md index 38f5d8e6f..fd64bf00d 100755 --- a/docs/control-panel/create.md +++ b/docs/control-panel/create.md @@ -33,7 +33,7 @@ Here you can define a "human readable" URL title for your entry. URL titles may https://example.com/channel/comments/joes_first_entry/ -If you do not specify a "URL Title," one will automatically be created for you based upon your entry Title. URL Titles must be unique within a channel, so if an entry with the same title already exists in that channel, then the URL Title will have a number appended to the end to make it unique. +If you do not specify a "URL Title", one will automatically be created for you based upon your entry Title. URL Titles must be unique within a channel, so if an entry with the same title already exists in that channel, then the URL Title will have a number appended to the end to make it unique. NOTE: **Note:** If you let the system create your URL Title for you, it will convert spaces into underscores by default. For example, if the title of your entry is "Joe's First Entry", it will be converted to "joes_first_entry". If you prefer dashes to be used instead of underscores, you can change this with the **Word Separator for URL Titles** preference under `Admin --> Channel Administration --> Global Channel Preferences`. From a71ce3d095ce87bd3f7fe7e0a0310668b0971ef7 Mon Sep 17 00:00:00 2001 From: Tom Jaeger Date: Wed, 6 Aug 2025 13:29:24 -0400 Subject: [PATCH 3/3] small tweak --- docs/installation/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/changelog.md b/docs/installation/changelog.md index 295531cbb..fd2317da2 100755 --- a/docs/installation/changelog.md +++ b/docs/installation/changelog.md @@ -46,7 +46,7 @@ - Avoided unnecessary role query for guest users [#4872](https://github.com/ExpressionEngine/ExpressionEngine/pull/4872) - Improved precision when displaying file size in File Manager [#4748](https://github.com/ExpressionEngine/ExpressionEngine/pull/4748) - Improved [#4693](https://github.com/ExpressionEngine/ExpressionEngine/issues/4693); show row count on grid fields -- Supported PHP 8.4 & PHP 8.5 [#4527](https://github.com/ExpressionEngine/ExpressionEngine/pull/4527) +- Support added for PHP 8.4 & PHP 8.5 [#4527](https://github.com/ExpressionEngine/ExpressionEngine/pull/4527) - Added ability to search using file ID in File Manager [#4471](https://github.com/ExpressionEngine/ExpressionEngine/issues/4471) **Developers** 💻