Advertisement
Guest User

Untitled

a guest
Dec 16th, 2013
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <T3DataStructure>
  3.   <ROOT type="array">
  4.     <type>array</type>
  5.     <el type="array">
  6.       <image type="array">
  7.         <TCEforms type="array">
  8.           <label>Image</label>
  9.           <config type="array">
  10.             <type>group</type>
  11.             <internal_type>file</internal_type>
  12.             <allowed>jpg,gif,png</allowed>
  13.             <max_size>2000</max_size>
  14.             <uploadfolder>uploads/tx_gridelements</uploadfolder>
  15.             <show_thumbs>1</show_thumbs>
  16.             <size>3</size>
  17.             <minitems>1</minitems>
  18.             <maxitems>3</maxitems>
  19.           </config>
  20.         </TCEforms>
  21.       </image>
  22.       <text type="array">
  23.         <TCEforms type="array">
  24.           <config type="array">
  25.             <type>input</type>
  26.             <size>30</size>
  27.             <eval>trim</eval>
  28.           </config>
  29.           <label>Bildname (alt/Titel-Text)</label>
  30.         </TCEforms>
  31.       </text>
  32.       <link type="array">
  33.         <TCEforms type="array">
  34.           <config type="array">
  35.             <type>input</type>
  36.             <wizards type="array">
  37.               <_PADDING>2</_PADDING>
  38.           <link>
  39.               <type>popup</type>
  40.               <title>Link</title>
  41.               <icon>link_popup.gif</icon>
  42.               <script>browse_links.php?mode=wizard</script>
  43.               <JSopenParams>height=800,width=600,status=0,menubar=0,scrollbars=1</JSopenParams>
  44.           </link>
  45.             </wizards>
  46.           </config>
  47.           <label>Link ID + Klasse (pic / "pic wide" / "pic large" / "pic-customer")</label>
  48.         </TCEforms>
  49.       </link>
  50.     </el>
  51.   </ROOT>
  52. </T3DataStructure>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement