Move EXT:tracking to own repo
This commit is contained in:
parent
17a05ec95f
commit
4731d06682
2 changed files with 21 additions and 1 deletions
|
@ -16,3 +16,21 @@ services:
|
|||
- name: dashboard.widget
|
||||
identifier: ownRss
|
||||
widgetGroups: 'own'
|
||||
|
||||
# Foreign Classes
|
||||
DanielSiepmann\Tracking\DI\Dashboard\Widgets\Settings\PageViewsBar:
|
||||
factory:
|
||||
- '@DanielSiepmann\Tracking\Dashboard\Widgets\SettingsFactory'
|
||||
- 'fromArray'
|
||||
arguments:
|
||||
$widgetIdentifier: 'pageViewsBar'
|
||||
$settings:
|
||||
blackListedPages: [1, 11, 38]
|
||||
DanielSiepmann\Tracking\DI\Dashboard\Widgets\Settings\PageViewsPerPageDoughnut:
|
||||
factory:
|
||||
- '@DanielSiepmann\Tracking\Dashboard\Widgets\SettingsFactory'
|
||||
- 'fromArray'
|
||||
arguments:
|
||||
$widgetIdentifier: 'pageViewsPerPageDoughnut'
|
||||
$settings:
|
||||
blackListedPages: [1, 11, 38]
|
||||
|
|
|
@ -16,6 +16,8 @@ $EM_CONF[$_EXTKEY] = [
|
|||
'core' => '',
|
||||
],
|
||||
'conflicts' => [],
|
||||
'suggests' => [],
|
||||
'suggests' => [
|
||||
'tracking' => '',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue