‪TYPO3CMS  ‪main
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 
3 ‪$EM_CONF[$_EXTKEY] = [
4  'title' => 'TYPO3 CMS Fluid Styled Content',
5  'description' => 'Fluid templates for TYPO3 content elements.',
6  'category' => 'fe',
7  'state' => 'stable',
8  'author' => 'TYPO3 Core Team',
9  'author_email' => 'typo3cms@typo3.org',
10  'version' => '13.1.0',
11  'constraints' => [
12  'depends' => [
13  'typo3' => '13.1.0',
14  'fluid' => '13.1.0',
15  'frontend' => '13.1.0',
16  ],
17  'conflicts' => [],
18  'suggests' => [],
19  ],
20 ];
‪$EM_CONF
‪$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:3