wenn man in andere Fußstapfen tritt!
Man kann nicht überholen,

Link Pages and get pages as associative array
Die Standardkonfiguration lautet:
- <config>
<type>group</type>
<allowed>pages</allowed>
<size>5</size>
<minitems>0</minitems>
<maxitems>999</maxitems>
<show_thumbs>1</show_thumbs> - <!-- This enables the access on properties/attributes of given table/object example: {field.yourvariable.title} -->
<dce_load_schema>1</dce_load_schema>
<!-- If enabled, will automatically translate pages or records if translation exists. -->
<dce_enable_autotranslation>1</dce_enable_autotranslation>
</config>
Mit Hilfe von "Link Pages and get pages as associative array" kann eine Reihe von internen Seiten ausgewählt werden, zu denen verlinkt werden kann.
Fluid Template
- <f:for each="{field.testgroup}" as="collection">
<f:debug>{collection}</f:debug>
<a href="{collection.slug}">{collection.title}</a>
</f:for>
Link internal page with suggest wizard
Die Standardkonfiguration lautet:
- <config>
- <type>group</type>
- <internal_type>db</internal_type>
- <allowed>pages</allowed>
- <size>2</size>
- <minitems>0</minitems>
- <maxitems>1</maxitems>
- <show_thumbs>1</show_thumbs>
- <wizards>
- <_PADDING>1</_PADDING>
- <_VERTICAL>1</_VERTICAL>
- <suggest>
- <type>suggest</type>
- <default>
- <searchWholePhrase>1</searchWholePhrase>
- </default>
- </suggest>
- </wizards>
- </config>
Mit Hilfe von "Link internal page with suggest wizard" kann eine interne Seite ausgewählt werden, zu der verlinkt wird.
Nest DCE content elements
Die Standardkonfiguration lautet:
- <config>
- <type>group</type>
- <internal_type>db</internal_type>
- <allowed>tt_content</allowed>
- <size>5</size>
- <minitems>0</minitems>
- <maxitems>999</maxitems>
- <show_thumbs>1</show_thumbs>
- <dce_load_schema>1</dce_load_schema>
- </config>
Mit Hilfe von "Nest DCE content elements" können andere tt-content Elemente mit Hilfe eines Wizards ausgewählt werden.
Fluid Template
- <f:for each="{field.testgroup2}" as="collection3">
<f:debug>{collection3}</f:debug> //Zum Debug
{collection3.render -> f:format.raw()}
</f:for>