Skip to content

Commit 459b607

Browse files
authored
Merge pull request #1018 from nep/patch-23
Update create.md
2 parents 4610f1a + e2fe9ca commit 459b607

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/control-panel/create.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,33 @@ TIP: **Tip:** For those times where 'Title' isn't really the appropriate title,
2929

3030
### URL Title
3131

32-
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:
32+
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:
3333

3434
https://example.com/channel/comments/joes_first_entry/
3535

36-
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.
36+
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.
3737

38-
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`.
38+
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`.
3939

4040
### Entry Fields
4141

4242
The names and types of entry custom fields displayed will be determined by what [Fields](/fieldtypes/overview.md) you have defined for this channel.
4343

44-
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.
44+
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.
4545

46-
The fields can be [conditionally hidden](control-panel/field-manager/conditional-fields.md).
46+
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.
47+
48+
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.
49+
50+
Fields can be [conditionally hidden](control-panel/field-manager/conditional-fields.md).
4751

4852
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.
4953

5054
This can be done in two ways:
5155
- assign custom field to a [Field Group](/control-panel/field-manager/field-manager-settings.md#createedit-field-group) which is associated to the Channel
5256
- assign field directly to channel by editing [Channel preferences](control-panel/channels.md#fields-tab)
5357

54-
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 (<img style="margin-bottom: 0px; vertical-align: middle; display:inline-block;" src="../_images/field_short_name.png" alt="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.
58+
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: (<img style="margin-bottom: 0px; vertical-align: middle; display:inline-block;" src="../_images/field_short_name.png" alt="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).
5559

5660
NOTE:
5761
Due to security restrictions in modern browsers quick copying code via the shortname is only supported when on HTTPS.

0 commit comments

Comments
 (0)