TYPO3 Backend XML FlexForms T3DataStructure / TCEforms -


i search example, can use in typo3 backend xml flexforms t3datastructure / tceforms other structure or divide php tca ? example: 2 elements side side, or 1 subheader ? in moment use 1 config , 1 label, , elements among each other:

<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <t3datastructure>     <meta>         <langdisable>1</langdisable>     </meta>     <root type="array">         <type>array</type>         <el type="array">             <rowcolumns type="array">                 <tceforms type="array">                     <label>spalten einrücken</label>                     <config type="array">                         <type>check</type>                         <default>0</default>                     </config>                 </tceforms>             </rowcolumns>             <colsheight type="array">                 <tceforms type="array">                     <label>spalten eine höhe</label>                     <config type="array">                         <type>check</type>                         <default>0</default>                     </config>                 </tceforms>             </colsheight>         </el>     </root> </t3datastructure> 


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -