[TYPO3-templavoila] RTE & TV
Jonathan Uhlmann
newsgroups at augenreiz.ch
Tue Aug 29 23:48:05 CEST 2006
How I can edit the RTE in an FCE?
This Page-TS do not work in a FCE, just in normal Text-Elements.
RTE {
default {
proc {
overruleMode = ts_css
entryHTMLparser_db.keepNonMatchedTags = 0
}
xhtml_cleaning = 1
classesAnchor >
enableWordClean = 1
showButtons:=removeFromList(table,blockstylelabel,blockstyle,textstylelabel,textstyle,textindicator,findreplace,insertcharacter)
# hidePStyleItems = h1,h2,h3,h4,h5,h6,pre,address
hidePStyleItems = h1,h2,h3,h5,h6,pre,address
}
config.tx_templavoila.bodytext {
proc {
overruleMode = ts_css
entryHTMLparser_db.keepNonMatchedTags = 0
}
xhtml_cleaning = 1
classesAnchor >
enableWordClean = 1
showButtons:=removeFromList(blockstylelabel,blockstyle,textstylelabel,textstyle,textindicator,findreplace,insertcharacter)
# hidePStyleItems = h1,h2,h3,h4,h5,h6,pre,address
hidePStyleItems = h1,h2,h3,h5,h6,pre,address
}
}
Thanks for help
Jon
More information about the TYPO3-project-templavoila
mailing list