Skip to content

Commit 829d68e

Browse files
authored
Merge pull request #1096 from boilerroomdigital/patch-1
Update system-configuration-overrides.md
2 parents ee4f790 + f29d739 commit 829d68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general/system-configuration-overrides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ Example Usage:
12831283

12841284
$config['enable_frontedit'] = 'n';
12851285

1286-
## `enable_frontedit_links`
1286+
## `automatic_frontedit_links`
12871287

12881288
When set to `n`, disables automatic creation of content management links on front-end. The links can still be [added manually](advanced-usage/front-end/frontend.md#customizing-the-link-location).
12891289

@@ -1294,7 +1294,7 @@ When set to `n`, disables automatic creation of content management links on fron
12941294

12951295
Example Usage:
12961296

1297-
$config['enable_frontedit_links'] = 'y';
1297+
$config['automatic_frontedit_links'] = 'y';
12981298

12991299
## `enable_hit_tracking`
13001300

0 commit comments

Comments
 (0)