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