abtest/ext_emconf.php
2019-09-04 16:47:15 +02:00

38 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] = [
'title' => 'AB Test Pages',
'description' => 'With this extension, administrators can deliver different content for the same URL (AB test), depending on cookies or least showed page to realize a most accurate possible test.',
'category' => 'misc',
'author' => 'Sven Wappler',
'author_email' => 'typo3YYYY@wappler.systems',
'author_company' => 'WapplerSystems',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => true,
'version' => '1.0.0',
'constraints' =>
[
'depends' =>
[
'typo3' => '7.6.0-9.5.99',
],
'conflicts' =>
[],
'suggests' =>
[],
],
];