-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathext_emconf.php
More file actions
24 lines (24 loc) · 597 Bytes
/
ext_emconf.php
File metadata and controls
24 lines (24 loc) · 597 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
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'TypoScript Rendering',
'description' => 'Can render a TypoScript path by URL, especially useful for Ajax dispatching',
'category' => 'Rendering',
'author' => 'Helmut Hummel',
'author_email' => 'info@helhum.io',
'author_company' => 'helhum.io',
'state' => 'stable',
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.4.0',
'constraints' => [
'depends' => [
'php' => '7.2.0-8.999.999',
'typo3' => '9.5.31-11.5.99',
],
'conflicts' => [
],
'suggests' => [
],
],
];