Configure new tracking widget
This commit is contained in:
parent
4731d06682
commit
90c4515106
1 changed files with 8 additions and 0 deletions
|
@ -34,3 +34,11 @@ services:
|
||||||
$widgetIdentifier: 'pageViewsPerPageDoughnut'
|
$widgetIdentifier: 'pageViewsPerPageDoughnut'
|
||||||
$settings:
|
$settings:
|
||||||
blackListedPages: [1, 11, 38]
|
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]
|
||||||
|
|
Loading…
Reference in a new issue