From 90c45151067fdbd4851671d265e6cebfb02f29a4 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 27 Feb 2020 19:47:16 +0100 Subject: [PATCH] Configure new tracking widget --- Configuration/Services.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Configuration/Services.yaml b/Configuration/Services.yaml index 9159965..5ebbe30 100644 --- a/Configuration/Services.yaml +++ b/Configuration/Services.yaml @@ -34,3 +34,11 @@ services: $widgetIdentifier: 'pageViewsPerPageDoughnut' $settings: blackListedPages: [1, 11, 38] + DanielSiepmann\Tracking\DI\Dashboard\Widgets\Settings\NewestPageviewsList: + factory: + - '@DanielSiepmann\Tracking\Dashboard\Widgets\SettingsFactory' + - 'fromArray' + arguments: + $widgetIdentifier: 'pageViewsPerPageDoughnut' + $settings: + blackListedPages: [1, 11, 38]