forked from mautic/mautic-typo3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
27 lines (25 loc) · 990 Bytes
/
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
<?php
$EM_CONF['mautic'] = [
'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' => 'Florian Wessels, Jurian Jansen',
'author_company' => 'Leuchtfeuer Digital Marketing',
'author_email' => '[email protected]',
'clearCacheOnLoad' => 0,
'version' => '4.0.1',
'constraints' => [
'depends' => [
'typo3' => '10.4.2-10.4.99',
'marketing_automation' => '1.2.3-1.2.99',
],
'conflicts' => [],
'suggests' => [
'static_info_tables' => '6.7.0',
'form' => '10.4.0'
],
],
];