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/channels.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@
13
13
14
14
This section of the Control Panel is where channels are created, edited and deleted.
15
15
16
+
The channel shortname on the main display supports quick copying the full template tag for the channel, including all fields assigned to the channel. The copied code is ready to use on your [templates](templates/overview.md). Displaying the short name can be toggled on or off in the [Role](control-panel/member-manager.md) settings.
17
+
18
+
NOTE:
19
+
Due to security restrictions in modern browsers quick copying code via the shortname is only supported when on HTTPS.
20
+
16
21
[TOC]
17
22
18
23

Copy file name to clipboardExpand all lines: docs/control-panel/create.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ NOTE: **Note:** If you let the system create your URL Title for you it will conv
39
39
40
40
### Entry Fields
41
41
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.
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
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.
45
45
@@ -51,7 +51,10 @@ This can be done in two ways:
51
51
- 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
52
- assign field directly to channel by editing [Channel preferences](control-panel/channels.md#fields-tab)
53
53
54
-
When working with [templates](templates/overview.md) you will be referencing the field by its short name. 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 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.
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.
55
+
56
+
NOTE:
57
+
Due to security restrictions in modern browsers quick copying code via the shortname is only supported when on HTTPS.
55
58
56
59
Note that some fields can be displayed with just single tags while others would require a tag pair with extra variables. More information can be found in the documentation for the field's specific [field type](fieldtypes/overview.md).
57
60
@@ -189,6 +192,6 @@ A live preview of the entry is available if the `channel_prefs_preview_url` is s
189
192
190
193
If neither is set, the preview button will have an exclamation mark (!) and will link to channel preferences page where Preview URL can be set.
191
194
192
-
The preview will open a split screen that allows a live preview of edits. The template used to display the preview is based on the Page fields if set and the channel preview URL otherwise.
195
+
The preview will open a split screen that allows a live preview of edits. The template used to display the preview is based on the Page fields if set and the channel preview URL otherwise.
193
196
194
197
When the preview is triggered, it is being displayed side-by-side with edit screen. The size of preview container can be adjusted with mouse dragging its border. The preview is dynamically being updated as you change the fields.
Copy file name to clipboardExpand all lines: docs/control-panel/field-manager/field-manager-settings.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ This section of the Control Panel is where custom fields are created, edited and
17
17
18
18

19
19
20
+
The field shortname supports quick copying the full tag needed to display the field. The copied can is ready to use on your [templates](templates/overview.md). Displaying the short name can be toggled on or off in the [Role](control-panel/member-manager.md) settings. Due to security restrictions in modern browsers quick copying code via the shortname is only supported when on HTTPS.
21
+
20
22
Tip: How to Find Where a Field Is Used
21
23
<divclass="video-wrapper">
22
24
<iframesrc="https://www.youtube.com/embed/vXbm9aoOQXU?si=VoUJjU-9gvsNKHT7"title="How to Determine Where Channel Fields are Used in ExpressionEngine"width="1920"height="1080"frameborder="0"webkitallowfullscreenmozallowfullscreenallowfullscreen></iframe>
Copy file name to clipboardExpand all lines: docs/control-panel/member-manager.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,13 +82,13 @@ This tab contains the generic settings for the role. You can also assign the rol
82
82
83
83
-**Include members in: author/member lists.**
84
84
-- Roles included in the author list are available in the author select field on the entry publish/edit page for any channel the role has permission to publish in.
85
-
-- Roles included in the member lists are available to display in the [member list tag](member/memberlist.md).
85
+
-- Roles included in the member lists are available to display in the [member list tag](member/memberlist.md).
86
86
87
87
-**Security Lock** -- If enabled, only Super Admin users can add or remove members to the role.
88
88
89
89
-**Role Groups** -- Assign the role to [role groups](control-panel/member-manager.md#role-groups).
90
90
91
-
-**Show field names on Publish** -- Enables the display of the field tags on the entry publish/edit page. This option is only available to the Super Admin role.
91
+
-**Show field names on Publish** -- Enables the display of field short names on the entry publish/edit page.
92
92
93
93
Tip: Hide and Show Field Short Names in the Publish Area
0 commit comments