-
Notifications
You must be signed in to change notification settings - Fork 24
/
ext_emconf.php
40 lines (38 loc) · 1.15 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
34
35
36
37
38
39
40
<?php
/***************************************************************
* Extension Manager/Repository config file for ext "ws_less".
*
* Auto generated 07-02-2014 02:04
*
* Manual updates:
* Only the data in the array - everything else is removed by next
* writing. "version" and "dependencies" must not be touched!
***************************************************************/
$EM_CONF['ws_less'] = [
'title' => 'LESS compiler for TYPO3',
'description' => 'Compiles LESS files to CSS files.',
'category' => 'fe',
'shy' => 0,
'version' => '12.0.1',
'module' => '',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => 'typo3temp/ws_less',
'modify_tables' => '',
'clearcacheonload' => true,
'lockType' => '',
'author' => 'Sven Wappler',
'author_email' => '[email protected]',
'author_company' => 'WapplerSystems',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
'php' => '8.0.0-8.2.99',
],
'conflicts' => [],
'suggests' => [],
],
'suggests' => [],
];