forked from marketing-factory/mfc_author
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathext_emconf.php
38 lines (37 loc) · 1.05 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
37
38
<?php
/** @var string $_EXTKEY */
$EM_CONF[$_EXTKEY] = [
'title' => 'Author',
'description' => 'Gives you the possibility to add author informations into every page or tx_news entry',
'category' => 'Marketing Factory',
'shy' => 0,
'version' => '2.1.0',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 1,
'createDirs' => '',
'modify_tables' => 'pages,tx_news_domain_model_news',
'clearcacheonload' => 1,
'lockType' => '',
'author' => 'Simon Schmidt',
'author_email' => '[email protected]',
'author_company' => 'Marketing Factory Consulting GmbH',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'php' => '5.5.0-7.1.99',
'typo3' => '6.2.0-7.6.99',
],
'conflicts' => [
],
'suggests' => [
'news' => '3.0.1-3.9.99',
],
],
'_md5_values_when_last_written' => '',
];