Bug #20574 » 11275_v2.diff
typo3/sysext/cms/ext_localconf.php (working copy) | ||
---|---|---|
CType = html
|
||
}
|
||
}
|
||
div {
|
||
icon = gfx/c_wiz/div.gif
|
||
title = LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_divider_title
|
||
description = LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_divider_description
|
||
tt_content_defValues {
|
||
CType = div
|
||
}
|
||
}
|
||
}
|
||
special.show = uploads,multimedia,menu,html
|
||
special.show = uploads,multimedia,menu,html,div
|
||
forms.header = LLL:EXT:cms/layout/locallang_db_new_content_el.xml:forms
|
||
forms.elements {
|
typo3/sysext/cms/layout/locallang_db_new_content_el.xml (working copy) | ||
---|---|---|
<label index="special_sitemap_description">Creates a sitemap of the website.</label>
|
||
<label index="special_plainHTML_title">Plain HTML</label>
|
||
<label index="special_plainHTML_description">With this element you can insert raw HTML code on the page.</label>
|
||
<label index="special_divider_title">Divider</label>
|
||
<label index="special_divider_description">This divider inserts a visual divider, which is by default a horizontal line.</label>
|
||
<label index="forms">Form elements</label>
|
||
<label index="forms_mail_title">Mail form</label>
|
||
<label index="forms_mail_description">A mail form allowing website users to submit responses.</label>
|
typo3/sysext/css_styled_content/pageTSconfig.txt (working copy) | ||
---|---|---|
text_size.disabled=1
|
||
image_frames.disabled = 1
|
||
CType.removeItems = div,rte,script,splash
|
||
CType.removeItems = rte,script,splash
|
||
}
|
||
typo3/sysext/css_styled_content/static/setup.txt (working copy) | ||
---|---|---|
# ****************
|
||
tt_content.div = TEXT
|
||
tt_content.div {
|
||
value =
|
||
value = <hr />
|
||
wrap = <div class="divider">|</div>
|
||
prefixComment = 2 | Div element
|
||
}
|
||