-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathext_emconf.php
More file actions
26 lines (24 loc) · 747 Bytes
/
ext_emconf.php
File metadata and controls
26 lines (24 loc) · 747 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
<?php
/*
* This file is part of the "responsive_images" 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['responsive_images'] = [
'title' => 'Responsive Images',
'description' => 'Adds responsive images support for many browser types to TYPO3 using the picture tag.',
'category' => 'fe',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-13.4.99',
],
'conflicts' => [],
],
'state' => 'stable',
'clearCacheOnLoad' => true,
'author' => 'Tim Schreiner',
'author_email' => 'dev@tim-schreiner.de',
'author_company' => '',
'version' => '4.1.3',
];