Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はTYPO3 4.7とrtehtmlarea 4.7.7を使用しています
現在、ニュースレターを作成中です。 <h2>コンテンツ要素のタイトルであり<h3>、RTE に追加されます。
<h2>
<h3>
RTE tsconfig (または他の何か) を介してこれら<h3>をタグでラップする方法はありますか?<font>
<font>
TypoScript テンプレートでこれを行うことができます (TSConfig ではありません):
lib.parseFunc_RTE { externalBlocks := addToList(h3) externalBlocks.h3 { stdWrap.wrap = <font>|</font> callRecursive = 1 } }