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/development/v3-add-on-migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ Compatibility can be any string values, the commonly used ones are listed in [th
139
139
140
140
### Update Settings Format
141
141
142
-
The format for the fieldtype settings pages has been changed to the more consistent [Shared Form View](development/shared-form-view.md) format. Please refer to the [Fieldtype Settings](development/fieldtypes/example.md#individual-settings) documentation for an example.
142
+
The format for the fieldtype settings pages has been changed to the more consistent [Shared Form View](development/shared-form-view.md) format. Please refer to the [Fieldtype Settings](development/fieldtypes/example.md#individual-settings---display_settings) documentation for an example.
Copy file name to clipboardExpand all lines: docs/troubleshooting/front-end-content-management.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ There are several settings that could prevent the Dock from showing on the front
22
22
23
23
- The Dock is disabled via settings or config override. Disabling the Dock will disable all Front-End Content Management on the front-end of your site.
24
24
- Via [front-end editing settings](control-panel/settings/front-end-editing.md), ensure that the "Enable Dock?" setting is toggled on.
25
-
- Via the [`enable_dock` config override](general/system-configuration-overrides.md#enable-dock). If in use, this override must be set to `'y'` for the Dock to work on the front-end.
25
+
- Via the [`enable_dock` config override](general/system-configuration-overrides.md#enable_dock). If in use, this override must be set to `'y'` for the Dock to work on the front-end.
26
26
27
27
### Dock shows, but front edit links do not show on the front-end of the website.
28
28
29
29
- Front edit links are disabled via settings or config override.
30
30
- Via settings [front-end editing settings](control-panel/settings/front-end-editing.md), ensure that the "Enable front-end editing" setting is toggled on.
31
-
- Via the [`enable_frontedit` config override](general/system-configuration-overrides.md#enable-frontedit). If in use, this override must be set to `'y'` for front-end editing to work.
31
+
- Via the [`enable_frontedit` config override](general/system-configuration-overrides.md#enable_frontedit). If in use, this override must be set to `'y'` for front-end editing to work.
32
32
33
33
- User does not have proper access to edit channels. Users must be assigned a role which has access to channels and to be able to edit channel content to see related front edit links on the site.
34
34
@@ -42,6 +42,6 @@ There are several settings that could prevent the Dock from showing on the front
42
42
- Via Pro's [general settings](control-panel/settings/front-end-editing.md), ensure that the "Enable automatic front-end editing links" setting is toggled on.
43
43
- Via the [`enable_frontedit_links` config override](general/system-configuration-overrides.md#enable_frontedit_links). If in use, this override must be set to `'y'` to automatically insert front edit links.
44
44
45
-
- Front edit links are disabled via HTML comments, EE template comments, or `disable` parameter. There are 3 ways to disable Pro's automatic generation of front edit links. Ensure that the template code your inspecting isn't surrounded by template comments or wrapped in a field tag using `disable="frontedit`. For details on these methods read the [docs regarding disabling front-edit links](advanced-usage/front-end/frontend.md#enabledisable-the-front-edit-link)
45
+
- Front edit links are disabled via HTML comments, EE template comments, or `disable` parameter. There are 3 ways to disable Pro's automatic generation of front edit links. Ensure that the template code your inspecting isn't surrounded by template comments or wrapped in a field tag using `disable="frontedit`. For details on these methods read the [docs regarding disabling front-edit links](advanced-usage/front-end/frontend.md#enabledisable-the-front-edit-link)
46
46
47
47
- User does not have proper access to edit channels they are viewing. Users must be assigned access to channels and to be able to edit channel content to see related front edit links on the site. If the user is viewing entries on the front-end for which they do not have content, then no front edit links will show.
0 commit comments