Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <T3DataStructure>
  3.     <meta type="array">
  4.         <langDisable>1</langDisable>
  5.     </meta>
  6.     <ROOT type="array">
  7.         <tx_templavoila type="array">
  8.             <title>ROOT</title>
  9.             <description>Select the HTML element on the page which you want to be the overall container element for the template.</description>
  10.         </tx_templavoila>
  11.         <type>array</type>
  12.         <el type="array">
  13.             <field_inhalt type="array">
  14.                 <tx_templavoila type="array">
  15.                     <title>Inhalt</title>
  16.                     <sample_data type="array">
  17.                         <numIndex index="0"></numIndex>
  18.                     </sample_data>
  19.                     <eType>image</eType>
  20.                     <TypoScript>
  21. 20 = TEXT
  22. 20.current = 1
  23. 20.split {
  24.     token = ,
  25.     cObjNum = 1
  26.     1 {
  27.         10 = IMAGE
  28.         10.file.import.current = 1
  29.         10.file.import = uploads/tx_templavoila/
  30.         10.file.maxW = 804
  31.         10.file.maxH = 536
  32.         // lightbox output
  33.         10.imageLinkWrap.enable = 1
  34.         10.imageLinkWrap.typolink {
  35.             parameter.cObject = IMG_RESOURCE
  36.             parameter.cObject.file.import.current = 1
  37.             parameter.cObject.file.import = uploads/tx_templavoila/
  38.             parameter.cObject.file.maxW = 650
  39.             parameter.cObject.file.maxH = 600
  40.             ATagParams = rel="gallery"
  41.         }
  42.     }
  43. }
  44.  
  45. </TypoScript>
  46.                     <preview></preview>
  47.                     <oldStyleColumnNumber>0</oldStyleColumnNumber>
  48.                     <enableDragDrop>1</enableDragDrop>
  49.                 </tx_templavoila>
  50.                 <TCEforms type="array">
  51.                     <label>Inhalt</label>
  52.                     <config type="array">
  53.                         <type>group</type>
  54.                         <internal_type>file</internal_type>
  55.                         <allowed>png,jpg,jpeg</allowed>
  56.                         <max_size>1000</max_size>
  57.                         <uploadfolder>uploads/tx_templavoila</uploadfolder>
  58.                         <show_thumbs>1</show_thumbs>
  59.                         <size>1</size>
  60.                         <maxitems>50</maxitems>
  61.                         <minitems>1</minitems>
  62.                     </config>
  63.                 </TCEforms>
  64.             </field_inhalt>
  65.         </el>
  66.     </ROOT>
  67. </T3DataStructure>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement