mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 05:56:08 +01:00
Add missing _defaults to examples Services.yaml in docs
In order to provide fully consistent and working examples.
This commit is contained in:
parent
d754120517
commit
68d1b44008
5 changed files with 25 additions and 0 deletions
|
@ -20,6 +20,11 @@ Default widget configuration.
|
|||
:file:`Configuration/Services.yaml`::
|
||||
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
DanielSiepmann\Tracking\Dashboard\Provider\NewestPageviews:
|
||||
arguments:
|
||||
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
||||
|
|
|
@ -21,6 +21,11 @@ Default widget configuration.
|
|||
:file:`Configuration/Services.yaml`::
|
||||
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerDay:
|
||||
arguments:
|
||||
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
||||
|
|
|
@ -21,6 +21,11 @@ Default widget configuration.
|
|||
:file:`Configuration/Services.yaml`::
|
||||
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerOperatingSystem:
|
||||
arguments:
|
||||
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
||||
|
|
|
@ -21,6 +21,11 @@ Default widget configuration.
|
|||
:file:`Configuration/Services.yaml`::
|
||||
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerPage:
|
||||
arguments:
|
||||
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
||||
|
|
|
@ -28,6 +28,11 @@ Example widget configuration.
|
|||
:file:`Configuration/Services.yaml`::
|
||||
|
||||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
public: false
|
||||
|
||||
dashboard.provider.danielsiepmann.tracking.records.news:
|
||||
class: 'DanielSiepmann\Tracking\Dashboard\Provider\Recordviews'
|
||||
arguments:
|
||||
|
|
Loading…
Reference in a new issue