forked from mautic/mautic-typo3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_emconf.php
37 lines (34 loc) · 1.3 KB
/
ext_emconf.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "mautic".
*
* Auto generated 20-06-2018 11:55
*
* 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' => 'Marketing Automation - Mautic Adapter',
'description' => 'Add-on TYPO3 extension that enhances the "marketing-automation" TYPO3 extension by connecting it to the Mautic Marketing Automation platform: Determine "Persona" from Mautic segments. Also provides additional services e.g. language synchronisation between Mautic and TYPO3.',
'category' => 'fe',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'author' => 'Bitmotion GmbH',
'author_company' => 'Bitmotion GmbH',
'author_email' => '[email protected]',
'clearCacheOnLoad' => 0,
'version' => '3.1.0-dev',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-9.5.99',
'marketing_automation' => '',
],
'conflicts' => [],
'suggests' => [
'static_info_tables' => '6.7.0',
'form' => '9.5.0'
],
],
];