mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 13:56:09 +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`::
|
:file:`Configuration/Services.yaml`::
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
_defaults:
|
||||||
|
autowire: true
|
||||||
|
autoconfigure: true
|
||||||
|
public: false
|
||||||
|
|
||||||
DanielSiepmann\Tracking\Dashboard\Provider\NewestPageviews:
|
DanielSiepmann\Tracking\Dashboard\Provider\NewestPageviews:
|
||||||
arguments:
|
arguments:
|
||||||
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
||||||
|
|
|
@ -21,6 +21,11 @@ Default widget configuration.
|
||||||
:file:`Configuration/Services.yaml`::
|
:file:`Configuration/Services.yaml`::
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
_defaults:
|
||||||
|
autowire: true
|
||||||
|
autoconfigure: true
|
||||||
|
public: false
|
||||||
|
|
||||||
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerDay:
|
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerDay:
|
||||||
arguments:
|
arguments:
|
||||||
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
||||||
|
|
|
@ -21,6 +21,11 @@ Default widget configuration.
|
||||||
:file:`Configuration/Services.yaml`::
|
:file:`Configuration/Services.yaml`::
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
_defaults:
|
||||||
|
autowire: true
|
||||||
|
autoconfigure: true
|
||||||
|
public: false
|
||||||
|
|
||||||
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerOperatingSystem:
|
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerOperatingSystem:
|
||||||
arguments:
|
arguments:
|
||||||
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
||||||
|
|
|
@ -21,6 +21,11 @@ Default widget configuration.
|
||||||
:file:`Configuration/Services.yaml`::
|
:file:`Configuration/Services.yaml`::
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
_defaults:
|
||||||
|
autowire: true
|
||||||
|
autoconfigure: true
|
||||||
|
public: false
|
||||||
|
|
||||||
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerPage:
|
DanielSiepmann\Tracking\Dashboard\Provider\PageviewsPerPage:
|
||||||
arguments:
|
arguments:
|
||||||
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
$queryBuilder: '@querybuilder.tx_tracking_pageview'
|
||||||
|
|
|
@ -28,6 +28,11 @@ Example widget configuration.
|
||||||
:file:`Configuration/Services.yaml`::
|
:file:`Configuration/Services.yaml`::
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
_defaults:
|
||||||
|
autowire: true
|
||||||
|
autoconfigure: true
|
||||||
|
public: false
|
||||||
|
|
||||||
dashboard.provider.danielsiepmann.tracking.records.news:
|
dashboard.provider.danielsiepmann.tracking.records.news:
|
||||||
class: 'DanielSiepmann\Tracking\Dashboard\Provider\Recordviews'
|
class: 'DanielSiepmann\Tracking\Dashboard\Provider\Recordviews'
|
||||||
arguments:
|
arguments:
|
||||||
|
|
Loading…
Reference in a new issue