[TYPO3-media] images with vw

Frans Saris franssaris at gmail.com
Mon Jul 3 10:56:25 CEST 2017


but you are sure your templates are used?

If you set the path to something that's invalid you get an error that the
templates aren't found?

groet Frans

Op ma 3 jul. 2017 om 09:05 schreef Roman Pretory <roman at pretory.at>:

> now change to
>
> lib.FluidTemplate = FLUIDTEMPLATE
> lib.FluidTemplate {
>     templateName = DefaultTemplate
>
>     layoutRootPaths {
>         10 = EXT:frontend/Resources/Private/Layouts
>         20 = {$tpl_path}/Private/Layouts
>     }
>     partialRootPaths {
>         10 = EXT:frontend/Resources/Private/Partials
>         20 = {$tpl_path}/Private/Partials
>     }
>     templateRootPaths {
>         10 = EXT:frontend/Resources/Private/Templates
>         20 = {$tpl_path}/Private/Templates
>     }
> variables {
>         content < styles.content.get
>     }
>
> }
>
> tt_content.image >
> tt_content.image = FLUIDTEMPLATE
> tt_content.image {
>     templateName = Image
>     templateRootPaths {
>         0 = {$tpl_path}/Private/Partials/ContentElements/
>     }
>     partialRootPaths {
>         0 = {$tpl_path}/Private/Partials/ContentElements/
>     }
>     layoutRootPaths {
>         0 = {$tpl_path}/Private/Partials/ContentElements/
>     }
>     dataProcessing {
>         10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
>         10 {
>             references.fieldName = image
>         }
>     }
> }
>
> and try with tt_content.image but it dosn't work at all
>
> Thanks Roman
> _______________________________________________
> TYPO3-project-media mailing list
> TYPO3-project-media at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-media
>


More information about the TYPO3-project-media mailing list