Skip to content

Commit edb0a74

Browse files
authored
Merge pull request #1129 from ExpressionEngine/Front-Edit-Improvement
few small changes to from edit
2 parents 8b8525c + 71b780e commit edb0a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced-usage/front-end/frontend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The edit link icon for each field can be output in another part of the HTML by u
9595

9696
Inside `{exp:channel:entries}` tag, using a field name postfixed with `:frontedit` will generate an edit link icon for that field, regardless of that field's usual setting.
9797

98-
This is additionally useful if `disable_frontedit_links` configuration override is set and you need to place the links individually.
98+
This is additionally useful if `automatic_frontedit_links` is set to `n` and you need to place the links individually.
9999

100100
Example usage:
101101

@@ -110,7 +110,7 @@ Can be used to place edit link in arbitrary place (also outside or `exp:channel:
110110
| entry_id | ID of entry to edit. Required. |
111111
| field_name | Short name of field to edit. Required unless `field_id` is specified. |
112112
| field_id | ID of field to edit. Required unless `field_name` is specified. |
113-
| site_id | Required when using MSM and a field name that is not unique. |
113+
| site_id | Optional. If omitted, it is derived from `entry_id`. |
114114
| class | Extra CSS class to apply to link. |
115115

116116
Example usage:

0 commit comments

Comments
 (0)