Man kann nicht überholen,

wenn man in andere Fußstapfen tritt!

TYPE: group

Link Pages and get pages as associative array
Link internal page with suggest wizard
Nest DCE content elements
 

 

 

Fluid Template

  1.  <f:for each="{field.testgroup}" as="collection">
       <f:debug>{collection}</f:debug>
       <a href="{collection.slug}">{collection.title}</a>
     </f:for>

Nest DCE content elements

Die Standardkonfiguration lautet:

  1. <config>
  2. <type>group</type>
  3. <internal_type>db</internal_type>
  4. <allowed>tt_content</allowed>
  5. <size>5</size>
  6. <minitems>0</minitems>
  7. <maxitems>999</maxitems>
  8. <show_thumbs>1</show_thumbs>
  9. <dce_load_schema>1</dce_load_schema>
  10. </config>

 

Mit Hilfe von "Nest DCE content elements" können andere tt-content Elemente mit Hilfe eines Wizards ausgewählt werden.

 

 

Fluid Template

  1.   <f:for each="{field.testgroup2}" as="collection3">
       <f:debug>{collection3}</f:debug> //Zum Debug
      {collection3.render -> f:format.raw()}
     </f:for>