[TYPO3-english] IMG_RESOURCE media field for page

Sergio Catalá scatala.enet at gmail.com
Fri Jan 23 13:51:35 CET 2015


Hi list,

The next Typoscript that gets the "media" field for a page worked in Typo3
6.1:

lib.pageImageResource = IMG_RESOURCE
lib.pageImageResource {
        file.import.override.field = media
        file.import = uploads/media/
        file.import.data = levelmedia:-1, slide
        file.import.listNum = 0
        file.import.listNum.splitChar = ,
        stdWrap.wrap = |
        required = 1
}

But not when upgrading to 6.2.
Would you know how to get the proper behaviour now?
I am not very used to the new FAL structure.

Thanks in advance,
Sergio


More information about the TYPO3-english mailing list