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.
SDL Tridion 2011 SP1では、次のようなリッチテキストフィールド(RTF)内にカスタムXMLタグ(ノード)を許可したいと思います。
<dynamicVariable name='ABC'></dynamicVariable>
これによりエラーが発生します
フィールド「テキスト」に無効なマークアップが含まれています
このようなカスタムタグを許可するにはどうすればよいですか?
[Tridion] \ web \ WebUI \ Core \ Controls \ FormatArea \ TcmXhtmlの下にTcmXhtml.Configという名前のファイルがあり、TridionがRTFで受け入れる必要のある追加のブロックタグを指定できます。
リッチテキストフィールドがXhtmlなどの標準に準拠しているのには十分な理由があることに注意してください。