[TYPO3-media] images with vw

Frans Saris franssaris at gmail.com
Mon Jul 3 07:57:52 CEST 2017


Hi,

partialRootPath, layoutRootPath and templateRootPath aren't used anymore.
You should use partialRootPaths, layoutRootPaths and templateRootPaths.

https://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Fluidtemplate/Index.html

Groet Frans

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

> Thanks, But this I have already tried with out suchsess
>
>
> Copy the
>
>
> /typo3/sysext/fluid_styled_content/Resources/Private/Partials/Media/Rendering/Image.html
>
> To my ext in
>
> EXT:MY_layout_ext//Resources/Private/Partials/Media/Rendering/Image.html
> Or
> EXT:MY_layout_ext//Resources/Private/Partials/Image.html
>
> my fluidtemplate config ..:
> lib.FluidTemplate = FLUIDTEMPLATE
> lib.FluidTemplate{
>     partialRootPath = {$tpl_path}/Private/Partials
>     layoutRootPath = {$tpl_path}/Private/Layouts
>     variables {
>         content < styles.content.get
>     }
>
>     file.stdWrap.cObject = CASE
>     file.stdWrap.cObject {
>         key.data = levelfield:-1, backend_layout_next_level, slide
>         key.override.field = backend_layout
>         default = TEXT
>         default.value = {$template}
>
>     }
> }
>
>
>
> Modyfied by add as sample for test
>
> <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
> data-namespace-typo3-fluid="true">
> <f:media class="image-embed-item" file="{file}" sytle="hhhh"
> width="{dimensions.width}" height="{dimensions.height}"
> alt="{file.alternative}" title="{file.title}" />
> </html>
>
> but it dos't work .. :-(
> is there anything to do in any config???
>
> 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