-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathext_emconf.php
More file actions
22 lines (22 loc) · 659 Bytes
/
Copy pathext_emconf.php
File metadata and controls
22 lines (22 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
$EM_CONF[$_EXTKEY] = [
'title' => 'Site Crawler',
'description' => 'TYPO3 Crawler crawls the TYPO3 page tree. Used for cache warmup, indexing, publishing applications etc.',
'category' => 'module',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Tomas Norre Mikkelsen',
'author_email' => 'tomasnorre@gmail.com',
'author_company' => '',
'version' => '13.0.0',
'constraints' => [
'depends' => [
'php' => '8.2.0-8.99.99',
'typo3' => '13.4.0-14.4.99',
],
'conflicts' => [],
'suggests' => [],
]
];