Bug #15554
closedFlexible Content, Link is not parsed properly by parseFunc
0%
Description
when you have a multilanguage site and have a flexible content with a field containing a RTE, the links set by the RTE are not right parsed.
see the flexible content field configuration below.
greetinx
Rafael
BTW I don't know if this is really a Core Issue.
<field_text type="array">
<tx_templavoila type="array">
<title>text</title>
<sample_data type="array">
<numIndex index="0"></numIndex>
</sample_data>
<eType>text</eType>
<proc type="array">
<stdWrap>
<![CDATA[
parseFunc < tt_content.text.20.parseFunc
]]>
</stdWrap>
</proc>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>text</type>
<cols>48</cols>
<rows>5</rows>
</config>
<label>text</label>
<defaultExtras>richtext[chMode|bold|orderedlist|unorderedlist|outdent|indent|link|image|class]:rte_transform[mode=css]</defaultExtras>
</TCEforms>
</field_text>
(issue imported from #M2466)