[TYPO3-dev] Extension with multilanguage and flexform
    Karl-Ernst Kiel 
    kekiel at kekiel.de
       
    Tue Nov 28 14:21:29 CET 2006
    
    
  
Hi Steffen!
Steffen Kamper wrote:
> on a website with 3 language i have inserted my plugin. Now i have the 
> flexform 3 times (for each language)
> is there a way to prevent that ?
Insert "langDisable" in the flexform_ds.xml this way:
<T3DataStructure>
     <meta type="array">
         <langDisable type="integer">1</langDisable>
     </meta>
   <sheets>
	<general>
[...]
see:
http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/current/view/1/3/#id2718626
Greetings,
Karl-E.
    
    
More information about the TYPO3-dev
mailing list