📄 pagetsconfig.txt
字号:
# ***************************************************************************************# Page TSconfig for "css_styled_content"## Removes obsolete type values and fields from "Content Element" table "tt_content"# Configures processing for the Rich Text Editor according to the rendering principles.## TYPO3 CVS ID: $Id: pageTSconfig.txt 1421 2006-04-10 09:27:15Z mundaun $# ***************************************************************************************TCEFORM.tt_content { text_properties.disabled=1 text_align.disabled=1 text_color.disabled=1 text_face.disabled=1 text_size.disabled=1 image_frames.disabled = 1 CType.removeItems = div,rte,script,splash}//These Settings are removed as from 4.0 because we like to keep these settings up to the RTE-Extensions//Have a look at EXT:rtehtmlarea to find further examples on setting up RTE-Configuration/*RTE.config.tt_content.bodytext.showButtons = tableRTE.config.tt_content.bodytext.proc { overruleMode = ts_css allowedClasses= _ # This will clean up content coming from RTE into database so that it is XHTML compatible regarding case and quotes around attributes: entryHTMLparser_db = 1 entryHTMLparser_db { keepNonMatchedTags = 1 xhtml_cleaning = 1 }}*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -