-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
ext_emconf.php
33 lines (31 loc) · 1.47 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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "image_autoresize".
*
* Auto generated 29-11-2014 17:27
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => 'Resize images automatically',
'description' => 'Simplify the way your editors may upload their images: no complex local procedure needed, let TYPO3 automatically resize down their huge images/pictures on-the-fly during upload (or using a command for batch processing) and according to your own business rules (directory/groups). This will highly reduce the footprint on your server and speed-up response time if lots of images are rendered (e.g., in a gallery). Features an EXIF/IPTC extractor to ensure metadata may be used by the FAL indexer even if not preserved upon resizing.',
'category' => 'be',
'author' => 'Xavier Perseguers',
'author_email' => '[email protected]',
'state' => 'stable',
'author_company' => 'Causal Sàrl',
'version' => '2.4.2',
'constraints' => [
'depends' => [
'php' => '7.4.0-8.4.99',
'typo3' => '10.4.0-13.4.99',
],
'conflicts' => [],
'suggests' => [],
],
'autoload' => [
'psr-4' => ['Causal\\ImageAutoresize\\' => 'Classes']
],
];