Skip to content

Commit 0500ff2

Browse files
committed
Fix a few broken anchor links
1 parent 9ac5047 commit 0500ff2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/development/v3-add-on-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Compatibility can be any string values, the commonly used ones are listed in [th
139139

140140
### Update Settings Format
141141

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.
143143

144144
### Use the Validation Service in Settings
145145

docs/troubleshooting/front-end-content-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ There are several settings that could prevent the Dock from showing on the front
2222

2323
- 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.
2424
- 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.
2626

2727
### Dock shows, but front edit links do not show on the front-end of the website.
2828

2929
- Front edit links are disabled via settings or config override.
3030
- 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.
3232

3333
- 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.
3434

@@ -42,6 +42,6 @@ There are several settings that could prevent the Dock from showing on the front
4242
- 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.
4343
- 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.
4444

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)
4646

4747
- 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

Comments
 (0)