File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ File logs are saved in directory: `../logs/`
17
17
It is ** required** that this directory exists and is writable.
18
18
19
19
## Additional settings
20
- Settings are available under ` admin/config/content/os2web-borgerdk `
20
+ Settings are available under ` / admin/config/system/os2logging/settings `
21
21
* ** Node types access to keep log of** - Select node type to keep logs of.
22
22
* ** Webform fields access to keep log of** - Select webform fields type to keep logs of.
23
23
* ** Log anonymous user actions** - If anonymous user actions are being logged
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: 'Logs access selected content type or webform elements.'
3
3
type : module
4
4
package : ' OS2Web'
5
5
core : 8.x
6
- configure : os2web_logging.admin.settings_form
6
+ configure : os2web_logging.settings
7
7
dependencies :
8
8
- monolog
9
9
- date_popup
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ os2web_logging.admin.settings_form:
2
2
title : ' OS2Web Logging settings'
3
3
description : ' Settings for OS2Web Logging.'
4
4
route_name : os2web_logging.settings
5
- parent : system.admin_config_content
5
+ parent : system.admin_config_system
Original file line number Diff line number Diff line change 1
1
os2web_logging.status :
2
- path : ' /admin/config/os2logging/status'
2
+ path : ' /admin/config/system/ os2logging/status'
3
3
defaults :
4
4
_controller : ' \Drupal\os2web_logging\Controller\LoggingController::statusPage'
5
5
_title : ' OS2Web logging status'
@@ -8,7 +8,7 @@ os2web_logging.status:
8
8
options :
9
9
_admin_route : TRUE
10
10
os2web_logging.settings :
11
- path : ' /admin/config/os2logging/settings'
11
+ path : ' /admin/config/system/ os2logging/settings'
12
12
defaults :
13
13
_form : ' \Drupal\os2web_logging\Form\SettingsForm'
14
14
_title : ' OS2Web logging settings'
You can’t perform that action at this time.
0 commit comments