‪TYPO3CMS  9.5
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' => '9.5.32',
10  'constraints' => [
11  'depends' => [
12  'typo3' => '9.5.32',
13  'fluid' => '9.5.32',
14  'frontend' => '9.5.32',
15  ],
16  'conflicts' => [],
17  'suggests' => [],
18  ],
19 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2