TYPO3 CMS  TYPO3_8-7
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' => 'typo3cms@typo3.org',
9  'version' => '8.7.31',
10  'constraints' => [
11  'depends' => [
12  'typo3' => '8.7.31',
13  'frontend' => '8.7.31',
14  ],
15  'conflicts' => [],
16  'suggests' => [],
17  ],
18 ];
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2