pagetsconfig.txt
来自「Typo3, 开源里边最强大的」· 文本 代码 · 共 28 行
TXT
28 行
# ***************************************************************************************# 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 + =
减小字号Ctrl + -
显示快捷键?