Bug #19844 ยป 10173_4.3_alpha1.patch
typo3/sysext/cms/layout/db_new_content_el.php (working copy) | ||
---|---|---|
'title'=>$LANG->getLL('common_textImage_title'),
|
||
'description'=>$LANG->getLL('common_textImage_description'),
|
||
'tt_content_defValues' => array(
|
||
'CType' => 'textpic',
|
||
'imageorient' => 17
|
||
'CType' => 'textpic'
|
||
)
|
||
),
|
||
'common_imagesOnly' => array( // Images only
|
||
... | ... | |
'title'=>$LANG->getLL('common_imagesOnly_title'),
|
||
'description'=>$LANG->getLL('common_imagesOnly_description'),
|
||
'tt_content_defValues' => array(
|
||
'CType' => 'image',
|
||
'imagecols' => 2
|
||
'CType' => 'image'
|
||
)
|
||
),
|
||
'common_bulletList' => array( // Bullet list
|
||
... | ... | |
'title'=>$LANG->getLL('special_sitemap_title'),
|
||
'description'=>$LANG->getLL('special_sitemap_description'),
|
||
'tt_content_defValues' => array(
|
||
'CType' => 'menu',
|
||
'menu_type' => 2
|
||
'CType' => 'menu'
|
||
)
|
||
),
|
||
'special_plainHTML' => array( // Plain HTML
|