mirror of
https://github.com/werkraum-media/abtest.git
synced 2024-11-14 23:36:10 +01:00
44 lines
1.2 KiB
PHP
44 lines
1.2 KiB
PHP
|
<?php
|
||
|
|
||
|
/***************************************************************
|
||
|
* Extension Manager/Repository config file for ext "abtest2".
|
||
|
*
|
||
|
* Auto generated 04-12-2017 10:08
|
||
|
*
|
||
|
* Manual updates:
|
||
|
* Only the data in the array - everything else is removed by next
|
||
|
* writing. "version" and "dependencies" must not be touched!
|
||
|
***************************************************************/
|
||
|
|
||
|
$EM_CONF[$_EXTKEY] = array (
|
||
|
'title' => 'AB Test Pages',
|
||
|
'description' => 'This extension supports TYPO3 administrators in performing A/B tests. This is useful when a site owner want to measure whether a new version improves or reduces user interaction compared to the current version.',
|
||
|
'category' => 'misc',
|
||
|
'author' => 'IllusionFACTORY',
|
||
|
'author_email' => 'info@illusion-factory.de',
|
||
|
'state' => 'alpha',
|
||
|
'uploadfolder' => false,
|
||
|
'createDirs' => '',
|
||
|
'clearCacheOnLoad' => 1,
|
||
|
'version' => '1.0.2.sw',
|
||
|
'constraints' =>
|
||
|
array (
|
||
|
'depends' =>
|
||
|
array (
|
||
|
'typo3' => '7.6.0-8.7.99',
|
||
|
'realurl' => '2.0.0-0.0.0',
|
||
|
),
|
||
|
'conflicts' =>
|
||
|
array (
|
||
|
),
|
||
|
'suggests' =>
|
||
|
array (
|
||
|
),
|
||
|
),
|
||
|
'comment' => '',
|
||
|
'user' => 'timof',
|
||
|
'clearcacheonload' => true,
|
||
|
'author_company' => NULL,
|
||
|
);
|
||
|
|