mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-13 02:36:08 +01:00
23 lines
561 B
PHP
23 lines
561 B
PHP
<?php
|
|
$EM_CONF[$_EXTKEY] = [
|
|
'title' => 'Tracking',
|
|
'description' => 'Tracks page visits in TYPO3.',
|
|
'category' => 'fe',
|
|
'state' => 'alpha',
|
|
'uploadfolder' => 0,
|
|
'createDirs' => '',
|
|
'clearCacheOnLoad' => 0,
|
|
'author' => 'Daniel Siepmann',
|
|
'author_email' => 'coding@daniel-siepmann.de',
|
|
'author_company' => '',
|
|
'version' => '0.1.0',
|
|
'constraints' => [
|
|
'depends' => [
|
|
'core' => '',
|
|
],
|
|
'conflicts' => [],
|
|
'suggests' => [
|
|
'dashboard' => '',
|
|
],
|
|
],
|
|
];
|