TYPO3 CMS  TYPO3_8-7
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = [
3  'title' => 'CSS styled content',
4  'description' => 'Contains configuration for CSS content-rendering of the table "tt_content". This is meant as a modern substitute for the classic "content (default)" template which was based more on <font>-tags, while this is pure CSS.',
5  'category' => 'fe',
6  'state' => 'deprecated',
7  'uploadfolder' => 0,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 1,
10  'author' => 'TYPO3 Core Team',
11  'author_email' => 'typo3cms@typo3.org',
12  'author_company' => '',
13  'version' => '8.7.31',
14  'constraints' => [
15  'depends' => [
16  'typo3' => '8.7.31',
17  'frontend' => '8.7.31',
18  ],
19  'conflicts' => [],
20  'suggests' => [],
21  ],
22 ];
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2