DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Standard Tt_content Settings
// description of your code here
# tt_content SETTINGS
tt_content.text.20.parseFunc {
# no wrapping of RTE lines
nonTypoTagStdWrap.encapsLines.addAttributes.P.style =
nonTypoTagStdWrap.encapsLines.addAttributes.PRE.style =
nonTypoTagStdWrap.encapsLines.addAttributes.DIV.style =
nonTypoTagStdWrap.encapsLines.nonWrappedTag >
nonTypoTagStdWrap.encapsLines.wrapNonWrappedLines =
allowTags = b,i,u,a,img,br,div,center,pre,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h2,h3
# tablesettings
externalBlocks.table.stdWrap.HTMLparser = 1
externalBlocks.table.stdWrap.HTMLparser {
keepNonMatchedTags = 1
htmlSpecialChars = -1
}
# settings for RTE-bullet lists
tags.typolist.default.wrap = <ul>|</ul>
tags.typolist.default.split.1.wrap = <li>|</li>
tags.typolist.default.split.1.textStyle.altWrap =
tags.typolist.1.fontTag = <ol>|</ol>
tags.typolist.1.split.1.wrap = <li>|</li>
tags.typolist.1.textStyle.altWrap =
}
# Popup Window
tt_content.image.20.1.imageLinkWrap.bodyTag = <BODY style="background-color:#FFF;">
tt_content.textpic.20.1.imageLinkWrap.bodyTag = <body bgcolor="#FFF">
# Caption (only for versions prior v4.0!!)
tt_content.image.20.caption >
tt_content.image.20.captionSplit = 1
tt_content.textpic.20.caption >
tt_content.textpic.20.captionSplit = 1
# Wraps, punch annoying clear-gifs
tt_content.textpic.20.spaceBelowAbove =
tt_content.textpic.20.stdWrap.wrap = |
tt_content.textpic.20.captionSplit.stdWrap.wrap =
tt_content.textpic.20.captionSplit.stdWrap.spaceBefore =
tt_content.image.20.spaceBelowAbove =
tt_content.stdWrap.wrap = |
tt_content.stdWrap.space = 0|0
tt_content.header.20.stdWrap.wrap = |
tt_content.header.stdWrap.wrap = |
tt_content.image.20.image_compression = 90
# Headers
lib.stdheader.10.1.fontTag >
lib.stdheader.10.2.fontTag >
lib.stdheader.10.3.fontTag >
lib.stdheader.10.4.fontTag >
lib.stdheader.10.5 >
lib.stdheader.stdWrap.typolink >
lib.stdheader.10.5.stdWrap.typolink.parameter.field = header_link
lib.stdheader.10.1.typolink.parameter.field = header_link
lib.stdheader.10.1.wrap = <h1>|</h1>
lib.stdheader.10.2 < lib.stdheader.10.1
lib.stdheader.10.2.wrap = <h2>|</h2>
lib.stdheader.10.3 < lib.stdheader.10.1
lib.stdheader.10.3.wrap = <h3>|</h3>
lib.stdheader.10.1.wrap2 = |
lib.stdheader.stdWrap.space = |
lib.stdheader.5.date = d. M, Y
# Rulers
tt_content.stdWrap.innerWrap.cObject.6.2 >
tt_content.stdWrap.innerWrap.cObject.6.2 = HTML
tt_content.stdWrap.innerWrap.cObject.6.2.value = <div class="dashedline"> </div>





