TYPO3  7.6
Variables
css_styled_content/ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf'][$_EXTKEY])
 
 $GLOBALS ['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'][] = 'cssstyledcontent/static/'
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem']['image']
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem']['textpic']
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem']['text']
 

Variable Documentation

$extConf = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf'][$_EXTKEY])
$GLOBALS['TYPO3_CONF_VARS']['FE']['contentRenderingTemplates'][] = 'cssstyledcontent/static/'

Definition at line 13 of file css_styled_content/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem']['image']
Initial value:
=
\TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\ImagePreviewRenderer::class

Definition at line 17 of file css_styled_content/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem']['textpic']
Initial value:
=
\TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextpicPreviewRenderer::class

Definition at line 21 of file css_styled_content/ext_localconf.php.

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem']['text']
Initial value:
=
\TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextPreviewRenderer::class

Definition at line 25 of file css_styled_content/ext_localconf.php.