‪TYPO3CMS  9.5
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 ‪$EM_CONF[$_EXTKEY] = [
3  'title' => 'Link Validator',
4  'description' => 'Link Validator checks the links in your website for validity. It can validate all kinds of links: internal, external and file links. Scheduler is supported to run Link Validator via Cron including the option to send status mails, if broken links were detected.',
5  'category' => 'module',
6  'author' => 'TYPO3 Core Team',
7  'author_email' => 'typo3cms@typo3.org',
8  'author_company' => '',
9  'state' => 'stable',
10  'uploadfolder' => 0,
11  'createDirs' => '',
12  'clearCacheOnLoad' => 0,
13  'version' => '9.5.32',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '9.5.32',
17  'info' => '9.5.32',
18  ],
19  'conflicts' => [],
20  'suggests' => [
21  'scheduler' => ''
22  ],
23  ],
24 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2