You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/control-panel/create.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,29 +29,33 @@ TIP: **Tip:** For those times where 'Title' isn't really the appropriate title,
29
29
30
30
### URL Title
31
31
32
-
Here you can define a "human readable" URL title for your entry. URL titles may only contain alpha-numeric charactersand 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:
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.
37
37
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`.
39
39
40
40
### Entry Fields
41
41
42
42
The names and types of entry custom fields displayed will be determined by what [Fields](/fieldtypes/overview.md) you have defined for this channel.
43
43
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.
45
45
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).
47
51
48
52
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.
49
53
50
54
This can be done in two ways:
51
55
- assign custom field to a [Field Group](/control-panel/field-manager/field-manager-settings.md#createedit-field-group) which is associated to the Channel
52
56
- assign field directly to channel by editing [Channel preferences](control-panel/channels.md#fields-tab)
53
57
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 (<imgstyle="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: (<imgstyle="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).
55
59
56
60
NOTE:
57
61
Due to security restrictions in modern browsers quick copying code via the shortname is only supported when on HTTPS.
0 commit comments