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/advanced-usage/front-end/frontend.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
@@ -95,7 +95,7 @@ The edit link icon for each field can be output in another part of the HTML by u
95
95
96
96
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.
97
97
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.
99
99
100
100
Example usage:
101
101
@@ -110,7 +110,7 @@ Can be used to place edit link in arbitrary place (also outside or `exp:channel:
110
110
| entry_id | ID of entry to edit. Required. |
111
111
| field_name | Short name of field to edit. Required unless `field_id` is specified. |
112
112
| 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`. |
0 commit comments