Last active
December 16, 2015 11:49
-
-
Save sfelde/5429896 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tt_content.gridelements_pi1.20.10.setup { | |
3 < lib.gridelements.defaultGridSetup | |
3 { | |
prepend = COA | |
prepend { | |
10 = TEXT | |
10 { | |
data = field:flexform_headline | |
typolink.parameter.data = field:flexform_link | |
wrap = <h3>|</h3> | |
} | |
20 = IMAGE | |
20 { | |
file.import=uploads/tx_gridelements/ | |
file.import.data = field:flexform_image | |
file.width = 200 | |
file.height = 133c | |
params = class="cover" | |
} | |
30 = COA | |
30 { | |
10 = TEXT | |
10 { | |
data = field:flexform_text | |
crop = 150 | | 1 | |
} | |
20 = TEXT | |
20 { | |
value = more... | |
typolink.parameter.data = field:flexform_link | |
} | |
wrap = <p>|</p> | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment