![]() |
Форум больше не используется. Присоединяйтесь к каналу #community-ru в Slack for TYPO3 community |
![]() |
#7 |
Senior Member
|
![]()
При необходимости записи TSconfig для редактора я делаю в свойствах корневой страницы сайта.
Пример настройки RTE: ----------------------------- RTE > RTE.default.enableWordClean = 1 RTE.default.disableEnterParagraphs = 1 RTE.config.tt_content.bodytext.showButtons = * RTE.default.showButtons = * RTE.default.useCSS = 1 RTE.default.showTagFreeClasses = 1 RTE.default.contentCSS = fileadmin/templates/style.css RTE.default.proc { allowTags = b,i,strong,em,table, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, div, p, br, span, ul, ol, li, pre, blockquote, strong, em, a, img, hr, tt, q, cite, abbr, acronym, address, center, sub, sup overruleMode = ts_css dontConvBRtoParagraph = 1 internalizeFontTags = 1 allowTagsOutside = img,hr,address,sub,sup denyTags = strike,font entryHTMLparser_db = 1 entryHTMLparser_db { allowTags < RTE.default.proc.allowTags xhtml_cleaning = 1 htmlSpecialChars = 0 noAttrib = b, i, u, strike, sub, sup, strong, em, quote, blockquote, cite, tt, br, center tags.hr.allowedAttribs = class tags.span.allowedAttribs = class tags.div.allowedAttribs = align tags.b.remap = strong tags.i.remap = em removeTags = sdfield keepNonMatchedTags = protect } } ---------------------------- |
![]() |
![]() |