Skip to content

Commit 71b780e

Browse files
committed
few small changes
1 parent 5360551 commit 71b780e

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
@@ -97,7 +97,7 @@ The edit link icon for each field can be output in another part of the HTML by u
9797

9898
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.
9999

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

102102
Example usage:
103103

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

118118
Example usage:

0 commit comments

Comments
 (0)