-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
30 lines (30 loc) · 763 Bytes
/
Copy pathext_emconf.php
File metadata and controls
30 lines (30 loc) · 763 Bytes
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
<?php
/**
* Meta configuration for LogBook-PHP Wrapper
*/
$EM_CONF[$_EXTKEY] = array (
'title' => 'LogBook PHP',
'description' => 'TYPO3 Extension to send logs to the logbook server',
'category' => 'plugin',
'version' => '1.0.2',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearcacheonload' => 1,
'author' => 'Axel Seemann',
'author_email' => 'kummeraxel@gmail.com',
'author_company' => '',
'constraints' =>
array (
'depends' =>
array (
'typo3' => '7.6.00-8.7.99',
),
'conflicts' =>
array (
),
'suggests' =>
array (
),
),
);