TYPO3 CMS  TYPO3_7-6
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = [
3  'title' => 'Fluid Styled Content',
4  'description' => 'A set of common content elements based on Fluid for Frontend output.',
5  'category' => 'fe',
6  'state' => 'stable',
7  'author' => 'TYPO3 Core Team',
8  'author_email' => 'info@typo3.org',
9  'version' => '7.6.33',
10  'constraints' => [
11  'depends' => [
12  'typo3' => '7.6.33',
13  ],
14  'conflicts' => [],
15  'suggests' => [],
16  ],
17 ];
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2