📄 pagetsconfig.txt
字号:
# ***************************************************************************************# Default Page TSconfig for enabling the use of images in the RTE## Sets Page TSConfig for the use of images.# Note that all these settings are already included in the "Demo" default configuration# However, this will update the "Minimal" and "Typical" default configurations## TYPO3 CVS ID: $Id: pageTSConfig.txt 1462 2006-05-05 20:35:09Z stanrolland $# *************************************************************************************** ## Default RTE configurationRTE.default { ## Enable the image button showButtons := addToList(image) ## Tags allowed outside p & div ## Adding img tag to the default list proc.allowTagsOutside := addToList(img) ## Do not remove img tags proc.entryHTMLparser_db.tags.img >}RTE.default.FE.showButtons < RTE.default.showButtonsRTE.default.FE.proc.allowTagsOutside < RTE.default.proc.allowTagsOutsideRTE.default.FE.proc.entryHTMLparser_db.tags.img >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -