forked from clickstorm/cs_webp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_emconf.php
25 lines (23 loc) · 906 Bytes
/
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
<?php
/***************************************************************
* Extension Manager/Repository config file for ext: "cs_webp"
***************************************************************/
$EM_CONF[$_EXTKEY] = [
'title' => '[clickstorm] Convert images to webp',
'description' => 'Store png and jpg images in webp format too (only fileadmin/_processed_ folder). Delete webp files with processed images. Increases the points of Google PageSpeed Insights.',
'category' => 'plugin',
'author' => 'Angela Dudtkowski',
'author_email' => '[email protected]',
'author_company' => 'clickstorm GmbH',
'uploadfolder' => false,
'state' => 'stable',
'clearCacheOnLoad' => 1,
'version' => '1.1.2-dev',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.7.99',
],
'conflicts' => [],
'suggests' => [],
],
];