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