xml - After TYPO3 TV upgrade 1.3.7 to 1.7.0, FCE content element fields not displaying in backend -


i've upgraded typo3's extension templavoilà 1.3.7 1.7.0, ok. in edit page module, fces field of etype "ce" (content element) won't display in backend anymore.

i've remapped fce, checked datastructure nothing wrong.

someone have idea please ?

here's ce field's xml

<field_fce_text type="array">     <tx_templavoila type="array">         <title>texte</title>         <sample_data type="array">             <numindex index="0"></numindex>         </sample_data>         <etype>ce</etype>         <preview>1</preview>         <proc type="array">             <int>0</int>             <hsc>0</hsc>             <stdwrap></stdwrap>         </proc>         <oldstylecolumnnumber>0</oldstylecolumnnumber>         <enabledragdrop>1</enabledragdrop>     </tx_templavoila>     <tceforms type="array">         <config type="array">             <type>group</type>             <internal_type>db</internal_type>             <allowed>tt_content</allowed>             <size>5</size>             <maxitems>200</maxitems>             <minitems>0</minitems>             <multiple>1</multiple>             <show_thumbs>1</show_thumbs>         </config>         <label>texte</label>     </tceforms> </field_fce_text> 

the solution easy... had remap fces


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -