forked from schmitzal/tinyimg
-
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) · 851 Bytes
/
ext_emconf.php
File metadata and controls
30 lines (30 loc) · 851 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
$EM_CONF[$_EXTKEY] = array(
'title' => 'Tinyimg',
'description' => 'Image compression for all pngs and jpgs uploaded to the backend (using the tinypng API)',
'category' => 'be',
'author' => 'Alessandro Schmitz',
'author_email' => 'alessandro.schmitz@interlutions.de',
'author_company' => 'Interlutions GmbH',
'version' => '1.0.1',
'shy' => '',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'module' => '',
'state' => 'beta',
'internal' => '',
'uploadfolder' => 0,
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'constraints' => array(
'depends' => array(
'typo3' => '8.7.0-8.7.99',
),
'conflicts' => array(),
'suggests' => array(),
),
'suggests' => array(),
);