Last active
January 1, 2016 13:49
-
-
Save paulrohrbeck/8153614 to your computer and use it in GitHub Desktop.
TYPO3: Random image, not cached, pulled from media reference on page record.
This file contains 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
lib.randomImage = COA_INT | |
lib.randomImage { | |
10 = IMAGE | |
10 { | |
file { | |
import = uploads/media/ | |
import.data = levelmedia:-1, slide | |
import.listNum = rand | |
width = 1000 | |
height = 500c | |
treatIdAsReference = 1 | |
} | |
params = class="" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment