-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_emconf.php
More file actions
29 lines (27 loc) · 844 Bytes
/
ext_emconf.php
File metadata and controls
29 lines (27 loc) · 844 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
<?php
/*
* This file is part of the "image_compression" Extension for TYPO3 CMS.
*
* For the full copyright and license information, please read the
* LICENSE file that was distributed with this source code.
*/
$EM_CONF[$_EXTKEY] = [
'title' => 'Image Compression',
'description' => 'TYPO3 Extension to compress image',
'category' => 'fe',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-10.4.99'
],
'conflicts' => [],
'suggests' => []
],
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => true,
'author' => 'Tim Schreiner',
'author_email' => 'schreiner.tim@gmail.com',
'author_company' => '',
'version' => '2.1.0-dev'
];