Skip to content

Commit d2d71d1

Browse files
committed
Moving menu link location
1 parent a70353b commit d2d71d1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ File logs are saved in directory: `../logs/`
1717
It is **required** that this directory exists and is writable.
1818

1919
## Additional settings
20-
Settings are available under `admin/config/content/os2web-borgerdk`
20+
Settings are available under `/admin/config/system/os2logging/settings`
2121
* **Node types access to keep log of** - Select node type to keep logs of.
2222
* **Webform fields access to keep log of** - Select webform fields type to keep logs of.
2323
* **Log anonymous user actions** - If anonymous user actions are being logged

os2web_logging.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Logs access selected content type or webform elements.'
33
type: module
44
package: 'OS2Web'
55
core: 8.x
6-
configure: os2web_logging.admin.settings_form
6+
configure: os2web_logging.settings
77
dependencies:
88
- monolog
99
- date_popup

os2web_logging.links.menu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ os2web_logging.admin.settings_form:
22
title: 'OS2Web Logging settings'
33
description: 'Settings for OS2Web Logging.'
44
route_name: os2web_logging.settings
5-
parent: system.admin_config_content
5+
parent: system.admin_config_system

os2web_logging.routing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
os2web_logging.status:
2-
path: '/admin/config/os2logging/status'
2+
path: '/admin/config/system/os2logging/status'
33
defaults:
44
_controller: '\Drupal\os2web_logging\Controller\LoggingController::statusPage'
55
_title: 'OS2Web logging status'
@@ -8,7 +8,7 @@ os2web_logging.status:
88
options:
99
_admin_route: TRUE
1010
os2web_logging.settings:
11-
path: '/admin/config/os2logging/settings'
11+
path: '/admin/config/system/os2logging/settings'
1212
defaults:
1313
_form: '\Drupal\os2web_logging\Form\SettingsForm'
1414
_title: 'OS2Web logging settings'

0 commit comments

Comments
 (0)